Commit 984e2d7
Nachoo Mangas
fix: simplify coverage artifact structure
- Upload only lcov.info file instead of entire coverage directory
- Remove unnecessary 'Collect code coverage' step that created nested folders
- Generate merged coverage report in root (./lcov.info) to avoid conflicts
- Explicitly specify coverage file for Coveralls
This fixes the 'trace file does not exist' error caused by complex
nested directory structure when using download-artifact@v6 with patterns.
Aligns with best practices from upstream repositories.1 parent 4f41408 commit 984e2d7
1 file changed
+3
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
| |||
208 | 207 | | |
209 | 208 | | |
210 | 209 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | 210 | | |
221 | 211 | | |
222 | 212 | | |
223 | 213 | | |
224 | 214 | | |
225 | | - | |
| 215 | + | |
226 | 216 | | |
227 | 217 | | |
228 | 218 | | |
| |||
246 | 236 | | |
247 | 237 | | |
248 | 238 | | |
249 | | - | |
| 239 | + | |
250 | 240 | | |
251 | 241 | | |
252 | 242 | | |
253 | 243 | | |
254 | 244 | | |
| 245 | + | |
0 commit comments