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

View File

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