sushy/.coveragerc
Debayan Ray 44cd454dbd Refining test coverage
This patch excludes the test artifacts from coverage results.
It uses coverage lib, already included in test-requirements,
to put the coverage results in 'cover' folder and displays
the report as well as part of tox `cover` target.

Change-Id: Ib6dd8558dc5db4025b27c660690d0c31fd983367
2017-02-28 17:09:53 -05:00

10 lines
92 B
INI

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