From 54eac5e125607b1ad4c9160dafa57de6999c8bc9 Mon Sep 17 00:00:00 2001 From: derAnfaenger Date: Wed, 13 Sep 2017 12:15:10 +0200 Subject: [PATCH] codecov: Adjust failure threshold. The previous threshold was taken over from the zulip repo, which contains much more LOC. The new threshold reflects the size of the `python-zulip-api` repo. --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 5f435516..8121fbfa 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,6 +5,6 @@ coverage: project: default: target: auto - threshold: 0.03 + threshold: 0.85 base: auto patch: off