Enable code coverage report in console output
Modified tox configuration to enable code coverage report in console output Change-Id: I058f908058b5e3fe3732a84d5cbfb463c4caab23
This commit is contained in:
parent
97eeb8fecc
commit
474bf2ebc3
1
tox.ini
1
tox.ini
@ -32,6 +32,7 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
commands =
|
||||
python setup.py testr --coverage \
|
||||
--testr-args='^(?!.*test.*coverage).*$'
|
||||
coverage report
|
||||
|
||||
[testenv:genconfig]
|
||||
commands =
|
||||
|
Loading…
x
Reference in New Issue
Block a user