Skip to content

Commit 8c4fd9c

Browse files
committed
Remove superfluous coverage erase.
`coverage run` starts clean unless `--append` is specified.
1 parent cbcb7fd commit 8c4fd9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pass_env = WEBSOCKETS_*
1616

1717
[testenv:coverage]
1818
commands =
19-
python -m coverage erase
2019
python -m coverage run --source {envsitepackagesdir}/websockets,tests -m unittest {posargs}
2120
python -m coverage report --show-missing --fail-under=100
2221
deps = coverage

0 commit comments

Comments
 (0)