Skip to content

Commit

Permalink
moved erase cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 18, 2024
1 parent 74352ea commit f1479e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ deps =
-rrequirements/dev.txt
coverage>=7,<8
commands =
coverage --version
coverage erase
coverage run -m unittest discover -s tests -p '*_tests.py'

[testenv:lint]
Expand Down Expand Up @@ -79,8 +79,6 @@ skip_install = true
setenv =
COVERAGE_FILE = .coverage
commands =
coverage erase
coverage --version
coverage combine
coverage report -m
coverage xml

0 comments on commit f1479e7

Please sign in to comment.