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:
1
tox.ini
1
tox.ini
@@ -29,6 +29,7 @@ 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
|
||||||
|
Reference in New Issue
Block a user