Merge "Fix tox cover check"
This commit is contained in:
commit
61f5bb8c2f
4
tox.ini
4
tox.ini
@ -45,10 +45,10 @@ setenv =
|
|||||||
commands =
|
commands =
|
||||||
coverage erase
|
coverage erase
|
||||||
stestr run --serial {posargs}
|
stestr run --serial {posargs}
|
||||||
coverage run -a run_tests.py
|
#coverage run -a run_tests.py
|
||||||
coverage html -d cover
|
coverage html -d cover
|
||||||
coverage xml -o cover/coverage.xml
|
coverage xml -o cover/coverage.xml
|
||||||
coverage report
|
coverage report --fail-under=46
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user