We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a559b20 commit 37ce8faCopy full SHA for 37ce8fa
codecov.yml
@@ -15,10 +15,13 @@ coverage:
15
target: auto
16
threshold: 1%
17
# 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.
+# by flag. So there is no reason to have explicit flag definition.
19
# We use automatinc flag management.
20
# ref: https://about.codecov.io/blog/introducing-improved-flag-management-with-automatic-flags/
21
# note: Uploads are made per package(flag) in ./scripts/codecov-upload-flags.mjs
22
flag_management:
23
default_rules:
24
- carryforward: true
+ 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