Commit f6470ef
fix: prefix nyc coverage paths with apps/meteor/ for Codecov resolution
nyc generates lcov paths relative to apps/meteor/ (e.g. SF:server/lib/foo.ts)
but Codecov needs them relative to the repo root (e.g. SF:apps/meteor/server/lib/foo.ts).
Using sed to prefix paths after generation is safer than global codecov.yml
fixes which could interfere with ee/packages/ paths from other uploads.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d6347ee commit f6470ef
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments