Skip to content

Commit

Permalink
Update coverage to exclude compat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed May 4, 2016
1 parent ca6ce52 commit 1746c22
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 @@ -15,4 +15,4 @@ deps =
commands =
coverage erase
coverage run {toxinidir}/tests/run_tests.py
coverage report --include={toxinidir}/*gitsome/* --omit={toxinidir}/*gitsome/lib/* -m
coverage report --include={toxinidir}/*gitsome/* --omit={toxinidir}/*gitsome/lib/*,*compat.py -m

0 comments on commit 1746c22

Please sign in to comment.