makefile: cleanup coverage files for test cleanup
This commit is contained in:
parent
16c5320437
commit
80b9d4318d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue