Skip to content

Commit

Permalink
Allow deleting xml coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Oct 20, 2023
1 parent f0ea4e0 commit 4aca30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ coverageclean:
-rm .coverage.*
-rm coverage.xml
-rm -rf htmlcov
-rm -rf reports

testclean: coverageclean clean
-rm -rf .tox
Expand Down

0 comments on commit 4aca30d

Please sign in to comment.