Files
backstage/.codecov.yml
T
Himanshu Mishra b097af87a4 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.
2020-09-24 23:01:37 +02:00

21 lines
538 B
YAML

comment: false # Ref: https://docs.codecov.io/docs/pull-request-comments
coverage:
status:
project:
default:
threshold: 0% # Ref: https://docs.codecov.io/docs/codecovyml-reference#coveragestatus
target: auto
# Since Backstage is a mono repo, flags here help in getting the code coverage of individual packages.
# Documentation: https://docs.codecov.io/docs/flags
flags:
core:
paths:
- packages/core/
carryforward: true
core-api:
paths:
- packages/core-api/
carryforward: true