Skip to content

Commit

Permalink
Merge "Stop gating on unit test coverage"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jan 26, 2023
2 parents c43b7bf + 20797f0 commit 21b0252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 21b0252

Please sign in to comment.