Excluding unit_tests from coverage
Unit tests generally will all be executed, and measuring them will skew the overall coverage numbers. Thus, I'm excluding the unit_tests folder. Change-Id: Iec5e57b305615d4d3fe87cb46b771d92d14a5195
This commit is contained in:
parent
af19e67961
commit
f80cadabb1
1
tox.ini
1
tox.ini
@ -65,6 +65,7 @@ source =
|
||||
omit =
|
||||
.tox/*
|
||||
*/charmhelpers/*
|
||||
unit_tests/*
|
||||
|
||||
[testenv:venv]
|
||||
basepython = python3
|
||||
|
Loading…
x
Reference in New Issue
Block a user