Skip to content

Commit 37ce8fa

Browse files
committed
chore: add path fixing
1 parent a559b20 commit 37ce8fa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

codecov.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ coverage:
1515
target: auto
1616
threshold: 1%
1717
# Codecov action does not read this file to do the split of coverage
18-
# by flag. So there is no reaso to have explicit flag definition.
18+
# by flag. So there is no reason to have explicit flag definition.
1919
# We use automatinc flag management.
2020
# ref: https://about.codecov.io/blog/introducing-improved-flag-management-with-automatic-flags/
2121
# note: Uploads are made per package(flag) in ./scripts/codecov-upload-flags.mjs
2222
flag_management:
2323
default_rules:
24-
carryforward: true
24+
carryforward: true
25+
# Now that we upload a report per package we need path fixing
26+
fixes:
27+
- "/home/runner/work/opentelemetry-js-contrib/::"

0 commit comments

Comments
 (0)