From 8ab2e37f58ac5bcfe007573d42315eec96b78bbe Mon Sep 17 00:00:00 2001 From: Joan Varvenne Date: Fri, 16 Sep 2016 10:53:00 +0100 Subject: [PATCH] Make sure to report only coverage for the monasca_analytics module. Change-Id: I7fd89d9e95c63177ee18dd85b2f001e2bb6e2dc5 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4fca35a..0525e8d 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,7 @@ commands = nosetests -w test [testenv:cover] +commands = nosetests -w test --cover-package monasca_analytics setenv = VIRTUAL_ENV={envdir} NOSE_WITH_COVERAGE=1 NOSE_COVER_BRANCHES=1