Skip to content

Commit

Permalink
Merge pull request #139 from sbidoul/coverage
Browse files Browse the repository at this point in the history
Fix coverage reporting
  • Loading branch information
sbidoul authored Feb 23, 2024
2 parents eb6d779 + 872300f commit cb1d070
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 cb1d070

Please sign in to comment.