move codecov.yml to .github

This commit is contained in:
Patrik Oldsberg
2020-10-09 11:31:04 +02:00
parent c852e7b09d
commit 5ea7400ea5
+20
View File
@@ -0,0 +1,20 @@
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