From 307ad46ead643a35f51e6f7ee75d010f25bf5d5f Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Thu, 28 Sep 2017 12:55:29 -0500 Subject: [PATCH] Set codecov pass threshold to 5% (#124) --- codecov.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 9d67ee0..a3e7a95 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,6 +3,10 @@ codecov: require_ci_to_pass: true coverage: + status: + project: + default: + threshold: 5% ignore: - fixtures/.* - examples/.* @@ -13,7 +17,7 @@ coverage: slack: default: url: "https://hooks.slack.com/services/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" - threshold: 1% + threshold: 5% only_pulls: false branches: null flags: null