Merge "Display coverage report"
This commit is contained in:
commit
a0f3a7ddaf
2
tox.ini
2
tox.ini
@ -24,10 +24,12 @@ commands =
|
||||
setenv =
|
||||
PYTHON=coverage run --source oslo_messaging --parallel-mode
|
||||
commands =
|
||||
coverage erase
|
||||
stestr run --slowest {posargs}
|
||||
coverage combine
|
||||
coverage html -d cover
|
||||
coverage report
|
||||
coverage report --show-missing
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user