From 15f08cfbf3e2c2c6516cfb37af493d08491a1267 Mon Sep 17 00:00:00 2001 From: Philipp Weissmann Date: Mon, 8 Dec 2014 20:06:21 +0100 Subject: [PATCH] Added support for line coverage with Jenkins CI --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b9b87c0..458d278 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,8 @@ deps = coverage coveralls commands = - nosetests -v --with-xunit --xunit-file=junit-{envname}.xml --with-coverage --cover-package=vagquery {posargs} + nosetests -v --with-xunit --xunit-file=junit-{envname}.xml --with-coverage --traverse-namespace --cover-package=vagquery --cover-inclusive {posargs} + python -m coverage xml --include=vagquery* [testenv:flake8] deps =