We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2661f9b + 8aa2a2c commit 2923338Copy full SHA for 2923338
1 file changed
.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
169
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
170
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
171
- name: Upload coverage results (to Codecov.io)
172
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
173
with:
174
token: ${{ secrets.CODECOV_TOKEN }}
175
files: ${{ steps.coverage.outputs.report }}
0 commit comments