1
0
Fork 0

fix(build): reset old coverage before running tests

This commit is contained in:
Sean Sube 2023-03-06 19:41:56 -06:00
parent a3b4b73dba
commit 6e8d51b9fa
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ pip-dev: check-venv
pip install -r requirements/dev.txt
test:
python -m coverage erase
python -m coverage run -m unittest discover -s tests/
python -m coverage html -i
python -m coverage xml -i