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.
This commit is contained in:
Kristin Laemmert 2020-09-17 08:13:50 -04:00 committed by GitHub
parent 803c95e552
commit 02fb28eeae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ coverage:
status:
project:
default:
informational: true
target: auto
threshold: "0.5%"