From cd26877d2b2448d995904d2c34756ef80c0b3623 Mon Sep 17 00:00:00 2001 From: Paul Goins Date: Fri, 1 Mar 2019 14:50:53 +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: I5ce51441f78624bd93ca18aa5901c555ca8a39ac --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1946992..8cb1c96 100644 --- a/tox.ini +++ b/tox.ini @@ -73,6 +73,7 @@ source = omit = .tox/* */charmhelpers/* + unit_tests/* [testenv:venv] basepython = python3