Skip to content

Commit

Permalink
Erase previous coverage data
Browse files Browse the repository at this point in the history
Without using the `erase` command, it was possible that one got wrong
results, as coverage data from previous runs could have been used.

modified:   tox.ini
  • Loading branch information
jugmac00 committed May 17, 2020
1 parent 43ea38a commit d9f577b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ deps =
setenv =
COVERAGE_PROCESS_START={toxinidir}/tox.ini
commands =
coverage erase
coverage run -m zope.testrunner --test-path=src []
coverage combine
coverage html
Expand Down

0 comments on commit d9f577b

Please sign in to comment.