From faa93fbf75c23528bee5e6f91482f761aa052e05 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Fri, 21 Aug 2020 23:37:07 +0200 Subject: [PATCH] Refine Codecov Settings (#2061) --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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%