From f8469b04fb05ea0652a1ca2b44381221e4e32612 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Tue, 24 Jan 2023 14:47:36 -0500 Subject: [PATCH] Use codecov's automatic flag management (#18927) --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/codecov.yml b/codecov.yml index 6bfea5a0a..86c38ef9e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,3 +2,12 @@ ignore: - "vendor" - "bin" - "**/*.svg" +flag_management: + default_rules: + carryforward: true + statuses: + - type: project + target: auto + threshold: 1% + - type: patch + target: 90%