From f9c66f5210265c7dffc50949ddef80bfcbb976db Mon Sep 17 00:00:00 2001 From: lzear Date: Wed, 16 Dec 2020 21:52:37 +0100 Subject: [PATCH] chore: codecov reduce target --- codecov.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 92d6409..bdd41f4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,9 @@ coverage: - range: "0..100" + status: + project: + default: + target: 90% # the required coverage value + threshold: 1% # the leniency in hitting the target + patch: + default: + target: 80%