Raise minimum coverage to 90%

It's time to raise the bar for Octavia coverage. We have been at >= 90%
coverage for a while now, so I'm comfortable proposing raising the
minimum to 90%.

Change-Id: Icd9024d076d3d1c13e35e7e293af3c4fc8406ddf
This commit is contained in:
Michael Johnson 2018-09-06 16:39:20 -07:00
parent de57799490
commit 57046cf2b9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ commands =
# otherwise the HTML report will only show partial results
coverage html -d cover
coverage xml -o cover/coverage.xml
coverage report --fail-under=80 --skip-covered
coverage report --fail-under=90 --skip-covered
[testenv:functional]
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional