Add codecov flags for core and core-api packages

This commit is contained in:
Himanshu Mishra
2020-09-22 14:43:41 +02:00
parent 999ff914af
commit de04b88381
+10
View File
@@ -6,3 +6,13 @@ coverage:
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:
packages-core:
paths:
- packages/core/
packages-core-api:
paths:
- packages/core-api/