From 55c0e5526ea7c2aaf0c722c4bec0449d7fad6498 Mon Sep 17 00:00:00 2001 From: Night Owl <91905208+nightowl121@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:26:12 +0545 Subject: [PATCH] feat: amend codecov requirements (#22) Signed-off-by: Night Owl --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index ae4a665..4d07c3c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,10 +11,11 @@ coverage: status: project: default: + target: 80% threshold: 2% patch: default: - target: 80% + target: 70% threshold: 2% base: auto changes: false