From e771852ebf2c900a464b14df1749901854fc801d Mon Sep 17 00:00:00 2001 From: Russell Haering Date: Fri, 20 Dec 2013 16:49:21 -0800 Subject: [PATCH] run coverage from tox --- .gitignore | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f70ef3557..84e345ad8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ ChangeLog .tox/* devenv/* .coverage +coverage.xml diff --git a/tox.ini b/tox.ini index dcbc1cfbc..fe7b57b94 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ deps = commands = flake8 teeth_agent [testenv:unit] -commands = nosetests --all-modules teeth_agent/tests +commands = nosetests --all-modules --with-coverage --cover-package=teeth_agent --cover-inclusive teeth_agent [testenv:devenv] envdir = devenv