We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3343c commit 027c7fcCopy full SHA for 027c7fc
1 file changed
.github/workflows/test.yml
@@ -38,15 +38,10 @@ jobs:
38
make test
39
40
- name: Upload results to Codecov
41
- uses: codecov/codecov-action@v4
42
- with:
43
- token: ${{ secrets.CODECOV_TOKEN }}
44
-
45
- - name: Upload test results to Codecov
46
- if: ${{ !cancelled() }}
47
- uses: codecov/test-results-action@v1
+ uses: codecov/codecov-action@v5
48
with:
49
token: ${{ secrets.CODECOV_TOKEN }}
+ report_type: test_results
50
51
- name: Final check
52
if: ${{ steps.lint-check.outcome == 'failure' }}
0 commit comments