diff --git a/codecov.yml b/codecov.yml index 69cb76019..ead17a562 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1 +1,10 @@ comment: false + +coverage: + status: + project: + default: + # We allow small coverage decreases in the project because we don't retry + # on hitting flood limits, which adds noise to the coverage + target: auto + threshold: 0.1%