Skip to content

Commit

Permalink
Make coverage step succeed on first run
Browse files Browse the repository at this point in the history
  • Loading branch information
scravy committed Feb 6, 2021
1 parent 9bad0a3 commit 9255991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test: lint
python3 -m unittest -v

coverage:
rm .coverage
rm -f .coverage
coverage run --branch --source=apm -m unittest discover
coverage report | tee coverage.txt
coverage html
Expand Down

0 comments on commit 9255991

Please sign in to comment.