Enable coverage report in console output
Change-Id: I5d8ae5e0eb3f951807bc800f0f72a696574627a6
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -27,7 +27,9 @@ whitelist_externals = bash
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[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:docs]
|
[testenv:docs]
|
||||||
commands=
|
commands=
|
||||||
|
Reference in New Issue
Block a user