Merge "Bump the minimum coverage to 92%"

This commit is contained in:
Zuul 2021-01-31 02:03:59 +00:00 committed by Gerrit Code Review
commit f5e6292991

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.