Skip to content

Commit

Permalink
Remove temporary files of coverage on clean project
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoklosowski committed Jan 30, 2024
1 parent d7a388b commit 00bbb66
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 @@ -76,7 +76,7 @@ clean-build:
clean-cache:
find $(srcdir) $(testsdir) -name '__pycache__' -exec rm -rf {} +
find $(srcdir) $(testsdir) -type d -empty -delete
rm -rf .ruff_cache .mypy_cache .pytest_cache .coverage
rm -rf .ruff_cache .mypy_cache .pytest_cache .coverage .coverage.*

clean-docs:
rm -rf docs-site
Expand Down

0 comments on commit 00bbb66

Please sign in to comment.