makefile: cleanup coverage files for test cleanup

This commit is contained in:
Marcin Kuzminski 2019-07-14 10:08:04 +02:00
parent 16c5320437
commit 80b9d4318d

View file

@ -17,6 +17,7 @@ test:
test-clean:
rm -rf coverage.xml htmlcov junit.xml pylint.log result
find . -type d -name "__pycache__" -prune -exec rm -rf '{}' ';'
find . -type f \( -iname '.coverage.*' \) -exec rm '{}' ';'
test-only:
PYTHONHASHSEED=random \