From a5ad979e6daebed19973dfb57172dc59fc0e5105 Mon Sep 17 00:00:00 2001 From: Min RK Date: Sun, 22 May 2016 20:42:33 +0200 Subject: [PATCH] Don't require patch coverage for CI Keep it running so the number is visible, but don't use it as a CI criterion. --- codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 4e41adc3d..eb9b9dff3 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,5 +6,4 @@ coverage: threshold: 10 patch: default: - target: auto - threshold: 10 + target: 0%