# HG changeset patch # User Marcin Kuzminski # Date 2019-07-14 08:08:04 # Node ID 94bae53f3a64f0d8c24855d1538c5dc31693a695 # Parent 5a859fdf17f03d44adf6f7228337a9775dd21a18 makefile: cleanup coverage files for test cleanup diff --git a/Makefile b/Makefile --- a/Makefile +++ b/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 \