We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e0589 commit eb557daCopy full SHA for eb557da
1 file changed
tox.ini
@@ -11,7 +11,8 @@ deps =
11
12
[testenv:coverage]
13
commands =
14
- coverage run --source jsonschema [] {envbindir}/py.test
+ coverage run --branch --source jsonschema [] {envbindir}/py.test
15
+ coverage report --show-missing
16
coverage html
17
deps =
18
{[testenv:notpy33]deps}
0 commit comments