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: Ib72c30fe00ad1898512949927f4cfd8a091338bb
This commit is contained in:
Fernando Royo 2023-02-20 15:25:27 +01:00
parent 0841ec815e
commit c7b0c7ee9d
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ setenv =
commands =
stestr run --no-subunit-trace {posargs}
coverage combine
coverage report --fail-under=92 --skip-covered
coverage report --fail-under=90 --skip-covered
coverage html -d cover
coverage xml -o cover/coverage.xml