Enable code coverage report in console output
Modified swift-client tox.ini configuration to enable code coverage report in console output. Change-Id: I60276d6a87c62f4a112b01d97ab35a545d4e5462
This commit is contained in:
parent
d007ef7b2d
commit
432df97c3a
3
tox.ini
3
tox.ini
@ -28,7 +28,8 @@ commands =
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage
|
commands = python setup.py testr --coverage
|
||||||
|
coverage report
|
||||||
|
|
||||||
[testenv:func]
|
[testenv:func]
|
||||||
setenv = OS_TEST_PATH=tests.functional
|
setenv = OS_TEST_PATH=tests.functional
|
||||||
|
Loading…
x
Reference in New Issue
Block a user