Enable coverage report in console output
Enable coverage report in console output Change-Id: Ifdb986b2c4b5acd13ff03fa640ba827dd5c17530
This commit is contained in:
parent
908d75cfe4
commit
828bab9d66
1
tox.ini
1
tox.ini
@ -38,6 +38,7 @@ commands =
|
|||||||
commands =
|
commands =
|
||||||
python setup.py testr --coverage \
|
python setup.py testr --coverage \
|
||||||
--testr-args='^(?!.*test.*coverage).*$'
|
--testr-args='^(?!.*test.*coverage).*$'
|
||||||
|
coverage report
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user