From 7eeeb25f8d72a1f08775305834be133fb6faf5d0 Mon Sep 17 00:00:00 2001 From: Rebecca Star Date: Wed, 10 Oct 2018 13:40:13 -0400 Subject: [PATCH] ignore patch failures (#282) --- .codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 012ce6ae94..3f912306d0 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,4 +5,5 @@ coverage: threshold: 0.1 patch: default: - threshold: 0.1 + # minimum coverage at 0, should never fail, but will still report + target: 0