sushy/.coveragerc
Debayan Ray 7ee490cc0a Omit tests from code coverage run
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
2018-09-25 07:13:40 +00:00

14 lines
130 B
INI

[run]
branch = True
source = sushy
omit =
*tests*
[report]
ignore_errors = True
omit =
*tests*
[html]
directory = cover