We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cov-*
clean
1 parent 51f53a2 commit e51305cCopy full SHA for e51305c
1 file changed
{{cookiecutter.project_slug}}/Makefile
@@ -8,7 +8,7 @@ all: check cov
8
9
.PHONY: clean
10
clean:
11
- rm -rf dist .coverage .mypy_cache .pytest_cache
+ rm -rf dist .coverage cov-* .mypy_cache .pytest_cache
12
find -type d -name __pycache__ -prune -exec rm -rf {} \;
13
14
.PHONY: build
0 commit comments