Fixes jenkins failing on coverage report generation

Jenkins was failing when coverage report was getting gererated
as coverage combine deletes the reports and essentially and thus
was failing with the message no data found. This patch fixes it

Change-Id: I83ba65eff80181f06e712ea0a75e97919edf50ae
This commit is contained in:
Rahul 2016-08-04 00:04:39 -05:00
parent d771f53959
commit 338dbdfb6f
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ deps = -r{toxinidir}/requirements.txt
commands =
coverage erase
python setup.py testr --coverage --slowest --testr-args='{posargs}'
coverage combine
coverage report -m
coverage erase