From 7858f6724116f1846f23fa71962f13a278fcd576 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Thu, 8 Dec 2016 07:38:37 -0800 Subject: Fix coverage not appending new data * Adds '--cover-erase' flag to the 'ci-unittests' target Fixes bug introduced in d7b4265f329591817bac381e2772ae14ac337cea: "Can't add arcs to existing line data" error message --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index edfead824..49c61e115 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -78,7 +78,7 @@ ci-unittests: @echo "#############################################" @echo "# Running Unit Tests in virtualenv" @echo "#############################################" - . $(NAME)env/bin/activate && python setup.py nosetests + . $(NAME)env/bin/activate && python setup.py nosetests --cover-erase @echo "VIEW CODE COVERAGE REPORT WITH 'xdg-open cover/index.html' or run 'make viewcover'" ci-pylint: -- cgit v1.2.1