From d58172de87d67e24c0bea1630c0b226a680e9395 Mon Sep 17 00:00:00 2001 From: Paul Goins Date: Fri, 1 Mar 2019 14:51:07 +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: If4b6a2425ee62ff6dfd66d612fcca2a928c8f707 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 40eca15..8565faf 100644 --- a/tox.ini +++ b/tox.ini @@ -78,6 +78,7 @@ source = omit = .tox/* */charmhelpers/* + unit_tests/* [testenv:venv] basepython = python3