File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -388,16 +388,21 @@ jobs:
388
388
--output-dir cov-report \
389
389
--llvm-profdata llvm-profdata-20 \
390
390
--llvm-cov llvm-cov-20
391
+ # Check if files were generated
392
+ ls -la coverage.lcov
393
+ ls -la build/cov-report/
391
394
- name : Upload coverage reports to Codecov
392
395
393
396
with :
394
- files : coverage.lcov
397
+ files : ./coverage.lcov
398
+ verbose : true
399
+ name : llvm-codecov
395
400
- name : Upload coverage report artifact
396
401
id : upload-cov
397
402
uses : actions/upload-artifact@v4
398
403
with :
399
404
name : cov-report
400
- path : ' cov-report'
405
+ path : ' build/ cov-report'
401
406
- name : Comment coverage report link
402
407
# TODO: Support PRs from forks and handle cases with insufficient write permissions
403
408
continue-on-error : true
You can’t perform that action at this time.
0 commit comments