From 6b161e41a16d5a3118f917972eb6ca1fd8a4331c Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Mon, 29 Jul 2013 13:00:42 +0100 Subject: [PATCH] Ensure Code Coverage only includes designate Change-Id: I73de4f2b2783f6276fb45364e3579f71e310d965 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 16151a685..dd5bb47bb 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,8 @@ commands = nosetests {posargs} [testenv:cover] setenv = {[testenv]setenv} NOSE_WITH_COVERAGE=1 + NOSE_COVER_PACKAGE=designate + NOSE_COVER_INCLUSIVE=1 [testenv:flake8] commands = flake8