From 58864f67038331e6bb7bd519263caaa01e07b039 Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Sat, 28 Sep 2019 00:10:52 -0500
Subject: [PATCH] Allow codecov patch status to fail

Very annoying.
---
 ci/.codecov.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/.codecov.yml b/ci/.codecov.yml
index 5ede9ea..fa7c5f0 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: 10
+        threshold: 15%
     patch:
       default:
-        threshold: 50
+        threshold: 100%
-- 
GitLab