Bump the minimum coverage to 92%
As we continue to improve our code coverage we can now bump the gate minimum to 92% minimum. Change-Id: I53cf76182d2ba9f1aad81edc9da68bedd4a81aba
This commit is contained in:
parent
673a5691c1
commit
9b2c6425a3
2
tox.ini
2
tox.ini
@ -45,7 +45,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=90 --skip-covered
|
||||
coverage report --fail-under=92 --skip-covered
|
||||
|
||||
[testenv:functional]
|
||||
# This will use whatever 'basepython' is set to, so the name is ambiguous.
|
||||
|
Loading…
Reference in New Issue
Block a user