From 983af9c4767565ebc8ee9af3c0f17e667d31afdd Mon Sep 17 00:00:00 2001 From: Paul Goins Date: Fri, 1 Mar 2019 13:54:58 +0100 Subject: [PATCH] Minor updates to tox.ini for coverage target To be in line with the other recent updates, changing the charmhelpers/* exclusion to */charmhelpers/*, which more reliably excludes the charmhelpers code from coverage tracking. While this presently does nothing differently for this charm, it's probably better for this code to be in line with the other charms rather than being different for no obvious reason. Also excluding the unit_tests directory. Change-Id: Idcc3bb494eb632b5f971ee6c44bca5284a7839a1 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6fd7f2a3..e35d1144 100644 --- a/tox.ini +++ b/tox.ini @@ -66,7 +66,8 @@ source = . omit = .tox/* - charmhelpers/* + */charmhelpers/* + unit_tests/* [testenv:venv] basepython = python3