Skip to content

Commit

Permalink
Ok, omitting interfaces.py from the coverage report doesn't help with…
Browse files Browse the repository at this point in the history
… codecov, so add it to coverage run too.
  • Loading branch information
cyli committed Jul 17, 2015
1 parent 8e38158 commit 3bd122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -17,7 +17,7 @@ deps =
pyopenssl_trunk: git+git://github.com/pyca/pyopenssl.git#egg=pyopenssl
passenv = TERM # ensure colors
commands =
coverage run --branch --source=treq {envbindir}/trial treq
coverage run --branch --source=treq --omit=treq/interfaces.py {envbindir}/trial treq
coverage report --omit=treq/interfaces.py -m

[testenv:pypi-readme]
Expand Down

0 comments on commit 3bd122c

Please sign in to comment.