Merge "Enable coverage report in console output"
This commit is contained in:
commit
dd89796c27
4
tox.ini
4
tox.ini
@ -25,7 +25,9 @@ commands = oslo-config-generator --config-file=etc/vitrage/vitrage-config-genera
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
commands = python setup.py test --coverage --testr-args='{posargs}'
|
||||
commands =
|
||||
python setup.py test --coverage --testr-args='{posargs}'
|
||||
coverage report
|
||||
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
|
Loading…
x
Reference in New Issue
Block a user