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: Id819ecd1c02d82ef9ef41e95e1923801a13f6452
This commit is contained in:
Paul Goins 2019-03-01 14:51:02 +01:00
parent 78a0a9eb71
commit b9a6d50d50
1 changed files with 1 additions and 0 deletions

View File

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