Merge "Show statistics after running coverage"

This commit is contained in:
Jenkins 2016-07-06 13:45:06 +00:00 committed by Gerrit Code Review
commit 4dfe1fa214
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ commands = bandit -r vmware_nsx -n 5 -ll
[testenv:cover]
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:venv]
commands = {posargs}