Upgrade Codecov action and specify report type

Updated Codecov action to version 5 and added report type.
This commit is contained in:
JingleManSweep
2026-03-18 12:03:05 +00:00
committed by GitHub
parent ff36a991af
commit 0e2a24caa6

View File

@@ -59,9 +59,10 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov - name: Upload test results to Codecov
uses: codecov/test-results-action@v1 uses: codecov/codecov-action@v5
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
with: with:
report_type: test_results
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
build: build: