Skip to content

Commit

Permalink
Added support for line coverage with Jenkins CI
Browse files Browse the repository at this point in the history
  • Loading branch information
derphilipp committed Dec 8, 2014
1 parent ef93752 commit 15f08cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 15f08cf

Please sign in to comment.