From 68c3af381831bd9273905934c3a06cac4af08e1f Mon Sep 17 00:00:00 2001 From: Thom Carlin Date: Tue, 23 Apr 2024 07:05:55 -0400 Subject: [PATCH] Add flag management --- .github/codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index b8ee339d8..e01deace7 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -21,3 +21,12 @@ codecov: notify: wait_for_ci: false after_n_builds: 1 +flag_management: + default_rules: # the rules that will be followed for any flag added, generally + carryforward: true + statuses: + - type: project + target: auto + threshold: 1% + - type: patch + target: 90%