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