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'