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

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}