Commit d97c5c9
committed
ci: use codecov/test-results-action for test analytics upload
The unified codecov/codecov-action@v6 with 'report_type: test_results'
doesn't actually invoke the right Codecov CLI subcommand — its
codecov.sh hardcodes CC_RUN_CMD=upload-coverage, so test-results
files were uploaded as coverage and never showed up in the Tests
tab (just '0 tests, no test results found').
Switch to the dedicated codecov/test-results-action@v1.2.1, which
explicitly runs 'do-upload --report-type test_results'. Yes, this
action carries a 'deprecate' marker, but it's the only path that
works today — the Codecov docs themselves still recommend it, and
the deprecation is forward-looking for whenever codecov-action v6+
properly dispatches on report_type.1 parent ab782a9 commit d97c5c9
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments