Skip to content

Commit eb557da

Browse files
committed
Enable branch coverage and show report on the command line.
Closes #137
1 parent 00e0589 commit eb557da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ deps =
1111

1212
[testenv:coverage]
1313
commands =
14-
coverage run --source jsonschema [] {envbindir}/py.test
14+
coverage run --branch --source jsonschema [] {envbindir}/py.test
15+
coverage report --show-missing
1516
coverage html
1617
deps =
1718
{[testenv:notpy33]deps}

0 commit comments

Comments
 (0)