We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd3dfd commit c1f8392Copy full SHA for c1f8392
.github/workflows/ci.yml
@@ -156,7 +156,7 @@ jobs:
156
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
157
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
158
- name: Upload coverage results (to Codecov.io)
159
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
160
with:
161
token: ${{ secrets.CODECOV_TOKEN }}
162
file: ${{ steps.coverage.outputs.report }}
0 commit comments