Enable coverage report in console output
Change-Id: I70cf768459360166bd0a76a74eff57bc0b7acda9
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -18,7 +18,9 @@ deps = hacking<0.13,>=0.12
|
|||||||
commands = flake8
|
commands = flake8
|
||||||
|
|
||||||
[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:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Reference in New Issue
Block a user