From 587ec31d334823baf86325f2ab5e30288b1ab6a6 Mon Sep 17 00:00:00 2001 From: Masoud Ghorbani Date: Sat, 2 Mar 2024 23:34:40 +0100 Subject: [PATCH] Update codecov.yml coverage target and threshold --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 0778e8d..723a541 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,5 +2,5 @@ coverage: status: project: default: - target: 100% - threshold: 40% + target: 90% + threshold: 20%