From 0d7753cba5b8db4663d82c7352aaa77e24dd2014 Mon Sep 17 00:00:00 2001 From: Marcos Spessatto Defendi Date: Thu, 1 Feb 2024 17:47:19 -0300 Subject: [PATCH] ci: add back carryforward flag (#31605) --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/codecov.yml b/codecov.yml index f9bbd51211c..ee96be7cf2a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -12,13 +12,22 @@ coverage: flags: - client flags: + unit: + carryforward: true e2e: paths: - apps/meteor/ + carryforward: true + + e2e-api: + paths: + - apps/meteor/server + carryforward: true client: paths: - apps/meteor/client + carryforward: true comment: layout: 'reach, diff, flags'