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: I9efa8c8c0d16047112e34d7e3b598060bf970567
This commit is contained in:
Paul Goins 2019-03-01 14:51:04 +01:00
parent 59f211c065
commit c7636710cc
1 changed files with 1 additions and 0 deletions

View File

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