From 27269b0cab40384e8218b95899a315e82fd4d247 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 30 Oct 2020 23:46:05 +0100 Subject: cleanup: coverage --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3