From 1c1588a9ed0c2e674f498dadfacb8f54b319064f Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Mon, 18 Sep 2023 08:32:07 -0700 Subject: [PATCH] chore(codecov) add a patch status section https://docs.codecov.com/docs/commit-status --- codecov.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 1cf910625..65f094cf2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,9 +11,17 @@ coverage: range: "75...90" status: project: + default: + target: auto + threshold: 3% + flags: + - unit + paths: + - src + patch: default: target: 50% - threshold: 20% + threshold: 3% flags: - unit paths: