Enable coverage report in console output
Change-Id: If2c2b73a3c7c000bf0884d1a5327c4e167dbc181
This commit is contained in:
parent
31cd7b16b1
commit
6eddf9f005
4
tox.ini
4
tox.ini
@ -62,7 +62,9 @@ commands =
|
||||
{envdir}/bin/oslo-config-generator --config-file etc/oslo-config-generator/manilaclient.conf
|
||||
|
||||
[testenv:cover]
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
commands =
|
||||
python setup.py testr --coverage --testr-args='{posargs}'
|
||||
coverage report
|
||||
|
||||
[flake8]
|
||||
# F821: undefined name
|
||||
|
Loading…
Reference in New Issue
Block a user