From eeaef5c2ee4d15548daf85e86ba47d9074605f26 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Wed, 31 Oct 2018 09:11:24 +0300 Subject: [PATCH] codecov: adjust threshold --- codecov.yml => .codecov.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename codecov.yml => .codecov.yml (70%) diff --git a/codecov.yml b/.codecov.yml similarity index 70% rename from codecov.yml rename to .codecov.yml index f5db33d..a641bd5 100644 --- a/codecov.yml +++ b/.codecov.yml @@ -6,10 +6,9 @@ coverage: status: project: default: - target: 30% - threshold: 5% - patch: no - changes: no + threshold: 5 + patch: off + changes: off comment: false