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:
pawnesh.kumar 2016-10-17 10:48:53 +05:30
parent 97eeb8fecc
commit 474bf2ebc3

View File

@ -32,6 +32,7 @@ setenv = VIRTUAL_ENV={envdir}
commands =
python setup.py testr --coverage \
--testr-args='^(?!.*test.*coverage).*$'
coverage report
[testenv:genconfig]
commands =