Enable carryforward for codecov flags

Our builds for Pull Requests do not upload coverage report for flags.
This overrides the coverage data for flags.
Setting carryforward flag to true prevents the data for flags to be overridden.
This commit is contained in:
Himanshu Mishra
2020-09-24 23:01:28 +02:00
parent a73e4c34a2
commit b097af87a4
+2
View File
@@ -13,6 +13,8 @@ flags:
core:
paths:
- packages/core/
carryforward: true
core-api:
paths:
- packages/core-api/
carryforward: true