7ee490cc0a
Fine-tune the coverage results by: - Omitting the tests folder from the coverage run. - Added report generation of coverage on the console while tox target run. - Removed and consolidated duplicate switches from run/report commands inside .coveragerc file, which was already present. Change-Id: I5c44e73768487eaefebf95f1dd026ba99b90a04c
14 lines
130 B
INI
14 lines
130 B
INI
[run]
|
|
branch = True
|
|
source = sushy
|
|
omit =
|
|
*tests*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
omit =
|
|
*tests*
|
|
|
|
[html]
|
|
directory = cover
|