Skip to content

Commit

Permalink
Show missing lines in tox coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kemmer committed Feb 20, 2025
1 parent 53120ae commit fef378f
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 @@ -6,7 +6,7 @@ deps =
pytest
pytest-cov
commands =
py.test --basetemp={envtmpdir} --cov=cachetools {posargs}
py.test --basetemp={envtmpdir} --cov=cachetools --cov-report term-missing {posargs}

[testenv:check-manifest]
deps =
Expand Down

0 comments on commit fef378f

Please sign in to comment.