From b9a6d50d502677d36281c67fa1af2d69e3286c8e Mon Sep 17 00:00:00 2001 From: Paul Goins Date: Fri, 1 Mar 2019 14:51:02 +0100 Subject: [PATCH] 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: Id819ecd1c02d82ef9ef41e95e1923801a13f6452 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c8fa605..bd66a69 100644 --- a/tox.ini +++ b/tox.ini @@ -78,6 +78,7 @@ source = omit = .tox/* */charmhelpers/* + unit_tests/* [testenv:venv] basepython = python3