Add report to coverage
The following patch is a trivial fix and adds report to the coverage output. TrivialFix Change-Id: Id665a07f590d85d4f7233fe513a841222c85c307
This commit is contained in:
parent
7f46663420
commit
382e1d4b32
4
tox.ini
4
tox.ini
@ -28,7 +28,9 @@ commands = flake8
|
||||
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 = python setup.py build_sphinx
|
||||
|
Loading…
x
Reference in New Issue
Block a user