ci: add back carryforward flag (#31605)

This commit is contained in:
Marcos Spessatto Defendi 2024-02-01 17:47:19 -03:00 committed by GitHub
parent 037894b811
commit 0d7753cba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'