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:
Michael Johnson 2020-10-29 07:56:37 -07:00 committed by Adam Harwell
parent 673a5691c1
commit 9b2c6425a3
1 changed files with 1 additions and 1 deletions

View File

@ -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.