We now also cover files without tests

This commit is contained in:
Jeppe Klitgaard 2015-04-11 17:43:11 +02:00
parent 6daca43748
commit f3ee66b0b9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ deps =
[testenv:cover]
basepython = python3.4
commands =
nosetests --with-xunit --with-xcoverage --cover-package=minecraft --nocapture --cover-erase --cover-tests --cover-branches --cover-min-percentage=60
nosetests --with-xunit --with-xcoverage --cover-package=minecraft --nocapture --cover-erase --cover-inclusive --cover-tests --cover-branches --cover-min-percentage=60
deps =
{[testenv]deps}
coverage