Skip to content

Commit

Permalink
Allow a small drop in coverage (due to flakiness) (#238)
Browse files Browse the repository at this point in the history
* Allow a small drop in coverage (due to flakiness)

* Forgot threshold
  • Loading branch information
paddyroddy authored Mar 21, 2023
1 parent 867e427 commit 1d09619
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
coverage:
status:
project:
default:
target: auto
# allow a small drop due to flaky tests
threshold: 0.5%

0 comments on commit 1d09619

Please sign in to comment.