From 83559f409564eaad132a172fe9d539a4cd96ecef Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Fri, 8 Mar 2019 11:40:17 +0100 Subject: [PATCH 1/2] [test] Increase the Codecov threshold --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 9fb521f22099e7..27e0cc33406a89 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,5 +2,5 @@ coverage: status: patch: default: - threshold: 0.0% + threshold: 2.0% comment: false From a3c77a9ec31dda6afa0cd24218a50438a23cd984 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Fri, 8 Mar 2019 20:55:04 +0100 Subject: [PATCH 2/2] ignore patches --- .codecov.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 27e0cc33406a89..4cf9f53ad36500 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,8 @@ coverage: status: - patch: + project: default: - threshold: 2.0% + target: auto + threshold: 1% + patch: off comment: false