Enable coverage report in console output
Change-Id: I5d8ae5e0eb3f951807bc800f0f72a696574627a6
This commit is contained in:
parent
8c81812610
commit
b660163f93
4
tox.ini
4
tox.ini
@ -27,7 +27,9 @@ whitelist_externals = bash
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
commands =
|
||||
python setup.py testr --coverage --testr-args='{posargs}'
|
||||
coverage report
|
||||
|
||||
[testenv:docs]
|
||||
commands=
|
||||
|
Loading…
x
Reference in New Issue
Block a user