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: If4b6a2425ee62ff6dfd66d612fcca2a928c8f707
This commit is contained in:
Paul Goins 2019-03-01 14:51:07 +01:00
parent dc0cfc8ec9
commit d58172de87
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