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:
parent
de57799490
commit
57046cf2b9
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user