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: Ie3e2e8fc61a941470fb23d5cff4922bf7e3f1591
This commit is contained in:
Paul Goins 2019-03-01 14:50:45 +01:00
parent f5af15c87c
commit b735263186
1 changed files with 1 additions and 0 deletions

View File

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