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: I5ce51441f78624bd93ca18aa5901c555ca8a39ac
This commit is contained in:
Paul Goins 2019-03-01 14:50:53 +01:00
parent 30c723e711
commit cd26877d2b
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ source =
omit =
.tox/*
*/charmhelpers/*
unit_tests/*
[testenv:venv]
basepython = python3