Merge "Prepare coverage target to gating" into stable/mitaka

This commit is contained in:
Jenkins 2016-09-19 17:50:59 +00:00 committed by Gerrit Code Review
commit 95d6ce0e95
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]