aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 73b785a..3e98846 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ clean: ## Clean all artifacts
rm -rf dist
rm -rf fuzzycat.egg-info/
rm -rf .pytest_cache/
+ rm -rf .coverage
# Upload requires https://github.com/pypa/twine and some configuration.
.PHONY: upload