From 103b1365631ba839127a24fee152cbd775cbec23 Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Tue, 3 Sep 2019 19:47:43 -0500 Subject: [PATCH] Fix codecov thresholds --- ci/.codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/.codecov.yml b/ci/.codecov.yml index f7eec9f..5ede9ea 100644 --- a/ci/.codecov.yml +++ b/ci/.codecov.yml @@ -4,7 +4,7 @@ coverage: # Prevent small changes in coverage from failing CI. project: default: - threshold: 5 + threshold: 10 patch: default: - threshold: 5 + threshold: 50 -- GitLab