From cef28eedfee424b16a0f61c06d0f5657b1bb0869 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 19 Mar 2018 12:22:58 +0000 Subject: [PATCH] codecov: Disable status checks We don't currently care if a commit changes our coverage metrics, so we can disable the status checks that would enforce that. Signed-off-by: Stephen Finucane Fixes: #4738 --- .codecov.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 2ce4fda7011..f6272f5f158 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,9 +2,7 @@ coverage: status: project: default: - # allowed to drop X% and still result in a "success" commit status - threshold: 0.05 + enabled: no patch: default: - # allowed to drop X% and still result in a "success" commit status - threshold: 0.05 + enabled: no