Skip to content

Commit

Permalink
Fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Feb 23, 2024
1 parent ce1e110 commit 872300f
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 @@ -16,7 +16,7 @@ python =
extras = test
usedevelop = false
commands =
pytest -n auto --cov={toxinidir}/src/pip_deepfreeze --cov-branch --cov-report=html --cov-report=term {posargs}
pytest -n auto --cov --cov-branch --cov-report=html --cov-report=term {posargs}

[testenv:py27]
# run only helper scripts tests on python 2
Expand Down

0 comments on commit 872300f

Please sign in to comment.