From 02fb28eeaef55e5ca98419d636ab2f06bb9e16e2 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Thu, 17 Sep 2020 08:13:50 -0400 Subject: [PATCH] build: put codecov in informational mode (#26271) While we like codecov, and the coverage goals, we've frequently ignored the failures for various reasons. These have confused community members submitting PRs and it can be confusing to look at a list of merged PRs with the big X indicating failed checks ("confusing" isn't really a problem, but if there were actually a bad merge, it could be hard to find which in a list of commits actually had an important failure). Fixes a mild inconvenience. --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index f28f00e32..bc4f613fb 100644 --- a/codecov.yml +++ b/codecov.yml @@ -12,6 +12,7 @@ coverage: status: project: default: + informational: true target: auto threshold: "0.5%"