Enable coverage report in console output
Change-Id: Ied4cac092fba5d4b5027e72e1f18a65745480927
This commit is contained in:
parent
19083ec7fa
commit
2ba9b07004
4
tox.ini
4
tox.ini
@ -37,7 +37,9 @@ commands = {posargs}
|
|||||||
commands = oslo_debug_helper {posargs}
|
commands = oslo_debug_helper {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands =
|
||||||
|
python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
coverage report
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user