Merge "Prepare coverage target to gating"

This commit is contained in:
Jenkins 2016-09-14 21:48:11 +00:00 committed by Gerrit Code Review
commit 5e6953bc93
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@ commands = {posargs}
basepython = python2
[testenv:cover]
commands = py.test --cov octane
commands =
py.test --cov octane --cov-report=
coverage html -d {envlogdir}
coverage report --fail-under 65
basepython = python2
[flake8]