Merge "Adding a code coverage threshold"

This commit is contained in:
Jenkins 2017-02-27 23:02:39 +00:00 committed by Gerrit Code Review
commit a0d84499a3
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ whitelist_externals =
basepython = python2.7
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
coverage report --fail-under=82 --skip-covered
[testenv:venv]
commands = {posargs}