Reduce coverage threshold to allow old backports

A coverage value of 90% is too much for old backports
applied over ussuri branch, so after reviewing that
there are no forgotten tests in old backports that help
to maintain the 90% and given the differences of this
branch with its later ones, it is proposed to lower the
acceptance threshold to 85%.

Change-Id: I07712d5372675106fc8aa9cae014e0303e102af3
This commit is contained in:
Fernando Royo 2022-02-11 11:57:27 +01:00
parent bf86846205
commit 0282f9ea20
1 changed files with 1 additions and 1 deletions

View File

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