From e7736cb12d225b7aab02b5669d4ae9346382fcba Mon Sep 17 00:00:00 2001 From: Will Thames Date: Tue, 19 May 2020 18:13:18 +1000 Subject: [PATCH] Don't run project coverage on patches Coverage improvement for the project is not a requirement of the collections projects. Don't fail builds on coverage reduction --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 33c8f6ee..71e957c6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,3 +3,6 @@ coverage: precision: 2 round: down range: "70...100" + status: + project: + default: false