Skip to content

Commit

Permalink
make clean to delete all coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
cosenal committed Jul 10, 2024
1 parent 6c30127 commit 7aa8d6d
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 @@ -26,7 +26,7 @@ clean:
rm -rf dist
rm -rf mitiq.egg-info
rm -rf .mypy_cache .pytest_cache .ruff_cache
rm -rf htmlcov coverage.xml .coverage
rm -rf htmlcov coverage.xml .coverage .coverage.*
rm -rf .ipynb_checkpoints

.PHONY: dist
Expand Down

0 comments on commit 7aa8d6d

Please sign in to comment.