erase coverage data before generating it

This commit is contained in:
Mike McLean 2016-06-09 15:11:24 -04:00
parent dfaa593f89
commit 476cbb061a

View file

@ -65,8 +65,8 @@ git-clean:
@git clean -d -q -x
test:
PYTHONPATH=hub/.:plugins/hub/. nosetests --with-coverage --cover-package .
coverage erase
PYTHONPATH=hub/.:plugins/hub/. nosetests --with-coverage --cover-package .
coverage html
@echo Coverage report in htmlcov/index.html