Commit 8f3b190
committed
fix(ci): replace deprecated codecov test-results-action with codecov-action@v5
- Replace codecov/test-results-action@v1 with codecov/codecov-action@v5
- Add report_type: test_results parameter to distinguish from coverage upload
- Resolves deprecation warning in GitHub Actions workflow
- Both coverage and test results now use the same action with different configurations
This addresses the warning:
"This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'."1 parent d0ce1c7 commit 8f3b190
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments