Enable coverage report in console output

Enable coverage report in console output

Change-Id: Ifdb986b2c4b5acd13ff03fa640ba827dd5c17530
This commit is contained in:
Kevin_Zheng 2016-12-30 16:50:51 +08:00
parent 908d75cfe4
commit 828bab9d66
1 changed files with 1 additions and 0 deletions

View File

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