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:
@@ -13,6 +13,8 @@ flags:
|
||||
core:
|
||||
paths:
|
||||
- packages/core/
|
||||
carryforward: true
|
||||
core-api:
|
||||
paths:
|
||||
- packages/core-api/
|
||||
carryforward: true
|
||||
|
||||
Reference in New Issue
Block a user