From de8752263132119d5b746e492169553765d99309 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 5 Sep 2021 20:18:53 -0700 Subject: [PATCH] Treat codecov as informational and never mark the status as red --- .codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 8860a6c26..6d138455f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,3 +1,10 @@ ignore: - "vendor/" - "sample_files/" + +coverage: + status: + project: + default: + informational: true +