Skip to content

Commit

Permalink
Stop gating on unit test coverage
Browse files Browse the repository at this point in the history
It's nice to keep coverage high, but with little active development
it starts merely hindering refactorings, causing us to gradually lower
the expected minimum anyway.

Change-Id: I4bec5dbb224c59048c24cf2189a80014d63bfa36
  • Loading branch information
dtantsur committed Jan 26, 2023
1 parent e1f3b71 commit 20797f0
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 20797f0

Please sign in to comment.