Merge "Increase minimum acceptable test coverage"

This commit is contained in:
Zuul 2022-10-12 20:45:12 +00:00 committed by Gerrit Code Review
commit 2291f1120c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ commands =
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml
coverage report --fail-under=83 --skip-covered
coverage report --fail-under=85 --skip-covered
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt