Reduce coverage threshold on stable branches

This patch suggests lowering the coverage threshold to
90% for older stable branches, as long as all the
necessary tests have been reviewed and there are no
omissions.

Change-Id: I24c269b37cdaecd1192c7c8b3073fd170df9b09b
This commit is contained in:
Fernando Royo 2024-05-20 11:09:34 +02:00
parent c68129ce52
commit c14eb46ceb

View File

@ -74,7 +74,7 @@ commands =
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml
coverage report --fail-under=92 --skip-covered
coverage report --fail-under=90 --skip-covered
[testenv:docs]
envdir = {toxworkdir}/docs