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: I55d03351fe6dfe60951e771816597eb794aa7d5c
This commit is contained in:
Paul Goins 2019-03-01 14:50:57 +01:00
parent 81e48a0a65
commit 84a3b681df
1 changed files with 1 additions and 0 deletions

View File

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