ci: add back carryforward flag (#31605)

pull/31620/head
Marcos Spessatto Defendi 2 years ago committed by Guilherme Gazzo
parent 93e1444093
commit 8b6ffb37e8
  1. 9
      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'

Loading…
Cancel
Save