44cd454dbd
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
10 lines
92 B
INI
10 lines
92 B
INI
[run]
|
|
branch = True
|
|
source = sushy
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
|
|
[html]
|
|
directory = cover
|