Commit 5508d6c
fix(coverage): use directory instead of files glob for Codecov upload (#2964)
The codecov CLI does not expand ** globs in the --file argument,
causing all uploads to find 0 coverage files. Switch to directory
scoped to plugins/ to let the action search recursively while still
excluding example apps (packages/app, packages/backend).
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9b22601 commit 5508d6c
2 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
0 commit comments