oslo.privsep/.coveragerc
Takashi Kajinami e4593665d1 Display coverage report
... for easy reference. Also make sure old data is purged.

This also fixes the missing coverage command, and the wrong option in
.coveragerc .

Change-Id: I7d4dcaea2e42d564c8f4264aecd15588085d63e3
2024-02-07 12:26:30 +09:00

8 lines
101 B
INI

[run]
branch = True
source = oslo_privsep
omit = oslo_privsep/tests/*
[report]
ignore_errors = True