Skip to content

Commit

Permalink
Add missing test coverage line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Mar 24, 2016
1 parent 6d2c7fc commit 5349b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ deps =
commands =
coverage erase
coverage run {toxinidir}/tests/run_tests.py
coverage report --include={toxinidir}/*gitsome/* --omit={toxinidir}/*gitsome/lib/*
coverage report --include={toxinidir}/*gitsome/* --omit={toxinidir}/*gitsome/lib/* -m

0 comments on commit 5349b39

Please sign in to comment.