Skip to content

Commit 9255991

Browse files
committed
Make coverage step succeed on first run
1 parent 9bad0a3 commit 9255991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test: lint
22
python3 -m unittest -v
33

44
coverage:
5-
rm .coverage
5+
rm -f .coverage
66
coverage run --branch --source=apm -m unittest discover
77
coverage report | tee coverage.txt
88
coverage html

0 commit comments

Comments
 (0)