From 5a138ef49870c31f8082812ddb0aa11ad660a5ce Mon Sep 17 00:00:00 2001 From: Robert van Gent Date: Mon, 25 Feb 2019 15:50:40 -0800 Subject: [PATCH] codecov: also disable patch coverage check (#137) --- .codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 3a4a125..5ae6b83 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,3 +6,8 @@ coverage: target: 0 threshold: null base: auto + patch: + default: + target: 0 + threshold: null + base: auto