Skip to content

Commit

Permalink
Remove superfluous coverage erase.
Browse files Browse the repository at this point in the history
`coverage run` starts clean unless `--append` is specified.
  • Loading branch information
aaugustin committed Aug 5, 2024
1 parent cbcb7fd commit 8c4fd9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pass_env = WEBSOCKETS_*

[testenv:coverage]
commands =
python -m coverage erase
python -m coverage run --source {envsitepackagesdir}/websockets,tests -m unittest {posargs}
python -m coverage report --show-missing --fail-under=100
deps = coverage
Expand Down

0 comments on commit 8c4fd9c

Please sign in to comment.