Browse code

remove coverage files on clean

Brian Coca authored on 2017/01/26 03:29:28
Showing 1 changed files
... ...
@@ -175,6 +175,7 @@ clean:
175 175
 	@echo "Cleaning up authors file"
176 176
 	rm -f AUTHORS.TXT
177 177
 	find . -type f -name '*.pyc' -delete
178
+	rm -f /test/units/.coverage*
178 179
 	@echo "Cleaning up docsite"
179 180
 	$(MAKE) -C docs/docsite clean
180 181
 	$(MAKE) -C docs/api clean