From 3f68d30ece68ad02659d1284c2bccbcfc649c713 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:24:46 -0700 Subject: [PATCH 1/2] Update codecov.yml --- codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/codecov.yml b/codecov.yml index be53746c..c31a52ea 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,3 +11,13 @@ coverage: codecov: notify: wait_for_ci: true + +flag_management: + default_rules: + carryforward: true + statuses: + - type: project + target: auto + threshold: 1% + - type: patch + target: 90% From b5059ed6951cf72f8a4dc7106bbb993c38a6a043 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:06:12 +0200 Subject: [PATCH 2/2] Update codecov.yml --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index c31a52ea..52db3e9d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -20,4 +20,4 @@ flag_management: target: auto threshold: 1% - type: patch - target: 90% + target: 80%