Skip to content

Commit 027c7fc

Browse files
committed
x
1 parent 9d3343c commit 027c7fc

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,10 @@ jobs:
3838
make test
3939
4040
- 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
41+
uses: codecov/codecov-action@v5
4842
with:
4943
token: ${{ secrets.CODECOV_TOKEN }}
44+
report_type: test_results
5045

5146
- name: Final check
5247
if: ${{ steps.lint-check.outcome == 'failure' }}

0 commit comments

Comments
 (0)