Skip to content

Commit e51305c

Browse files
authored
Remove folders cov-* in clean (#17)
1 parent 51f53a2 commit e51305c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_slug}}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ all: check cov
88

99
.PHONY: clean
1010
clean:
11-
rm -rf dist .coverage .mypy_cache .pytest_cache
11+
rm -rf dist .coverage cov-* .mypy_cache .pytest_cache
1212
find -type d -name __pycache__ -prune -exec rm -rf {} \;
1313

1414
.PHONY: build

0 commit comments

Comments
 (0)