From 58b7f31da47f337f89fd9536d09e7c85386026cb Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Mon, 15 Jan 2018 02:54:50 +0100 Subject: [PATCH] Don't overwrite the codecov/project status to green Now that we CodeCov properly find the base commit, it will only error if the patch reduces the coverage of a file, which shouldn't happen too often. --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 1d90e5e5bf70..5d5fcd88959d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -42,7 +42,7 @@ coverage: threshold: 0.1 patch: default: - informational: true + informational: false changes: default: informational: true