File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # https://help .github.com/en/categories/automating-your-workflow-with-github- actions
1+ # https://docs .github.com/en/actions
22
33on :
44 - pull_request
@@ -82,15 +82,18 @@ jobs:
8282
8383 - name : Upload test results to Codecov.io
8484 if : ${{ !cancelled() }}
85- uses : codecov/test-results- action@v1
85+ uses : codecov/codecov- action@v5
8686 with :
8787 token : ${{ secrets.CODECOV_TOKEN }}
88+ report_type : test_results
8889 disable_search : true
8990 files : ./test-results.xml
9091
9192 - name : Upload code coverage data to Codecov.io
92- uses : codecov/codecov-action@v4
93+ if : ${{ !cancelled() }}
94+ uses : codecov/codecov-action@v5
9395 with :
9496 token : ${{ secrets.CODECOV_TOKEN }}
97+ report_type : coverage
9598 disable_search : true
9699 files : ./code-coverage.xml
You can’t perform that action at this time.
0 commit comments