From 6d8428778d5f56faf4be3756479bd5432cfc182a Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Thu, 12 Dec 2024 09:25:45 +0000 Subject: [PATCH] Set a 80% threshold for the codecov status.patch Signed-off-by: Benjamin Wang --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 7ee30d3f18f..26d5841622c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -30,6 +30,10 @@ coverage: # allow some coverage reductions within a threshold # this allows a 1% drop from the previous base commit coverage threshold: 1% + patch: + default: + target: auto + threshold: 80% comment: layout: "header, files, diff, footer" behavior: default # default: update, if exists. Otherwise post new; new: delete old and post new