Merge "Bump the minimum coverage to 92%"
This commit is contained in:
commit
f5e6292991
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