Merge "Enable Code Coverage"

This commit is contained in:
Jenkins 2016-08-30 01:48:47 +00:00 committed by Gerrit Code Review
commit 37754c37b9

View File

@ -50,7 +50,8 @@ commands =
commands = {posargs}
[testenv:cover]
commands = ./coverage.sh {posargs}
commands = python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[flake8]
# E123, E125 skipped as they are invalid PEP-8.