Skip to content

Commit 06a066b

Browse files
committed
chore: remove network folder option
1 parent 74c71e2 commit 06a066b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

codecov.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ coverage:
2222
flag_management:
2323
default_rules:
2424
carryforward: true
25-
# Now that we upload a report per package we need path fixing
26-
fixes:
27-
- "/home/runner/work/opentelemetry-js-contrib/opentelemetry-js-contrib/::"

scripts/codecov-upload-flags.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const pkgsWithFlag = pkgFiles.flat().map((f) => {
4444
'--file', report,
4545
'--flag', flag,
4646
// limit any scan to the pacakge folder
47-
'--network-root-folder', path,
47+
// '--network-root-folder', path,
4848
'--dir', path,
4949
].join(' ');
5050
return { name, flag, len: flag.length, path, report, command };

0 commit comments

Comments
 (0)