Merge "Stop gating on unit test coverage"

This commit is contained in:
Zuul 2023-01-26 16:51:50 +00:00 committed by Gerrit Code Review
commit 21b02523a1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ commands =
coverage erase
stestr run {posargs}
coverage combine
coverage report -m --omit='*test*' --fail-under 90
coverage report -m --omit='*test*'
coverage html -d ./cover --omit='*test*'
[testenv:pep8]