Skip to content

Commit

Permalink
- limit coverage report to actual package code
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 25, 2017
1 parent d56e26d commit 39be398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -10,7 +10,7 @@ commands =
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} bootstrap
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir}
coverage run {envbindir}/test -cv1
coverage report
coverage report --include="src/*"
skip_install = true
deps =
setuptools==33.1.1
Expand Down

0 comments on commit 39be398

Please sign in to comment.