fix coverage for jenkins - temp fix
this is a temp fix for bug 1155728 but actually fixing bug 1155729 that was opened just for this Change-Id: I4bae33a39fb53c733a39d28c4e742725ae1c82a4 Fixes: bug# 1155729
This commit is contained in:
parent
f545c792ad
commit
8f388f96d5
1
tox.ini
1
tox.ini
@ -22,6 +22,7 @@ commands = pep8 --repeat --show-source --ignore=E125 --exclude=.venv,.tox,dist,d
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
|
{envpython} run_tests.py --group=does_not_exist
|
||||||
coverage erase
|
coverage erase
|
||||||
python setup.py testr --coverage
|
python setup.py testr --coverage
|
||||||
coverage run -a run_tests.py
|
coverage run -a run_tests.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user