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 d569dd6 commit 95f44ebCopy full SHA for 95f44eb
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
grcov . --binary-path="${COVERAGE_REPORT_DIR}" --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --branch --ignore build.rs --ignore "vendor/*" --ignore "/*" --ignore "[a-zA-Z]:/*" --excl-br-line "^\s*((debug_)?assert(_eq|_ne)?!|#\[derive\()"
124
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
125
- name: Upload coverage results (to Codecov.io)
126
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
127
with:
128
token: ${{ secrets.CODECOV_TOKEN }}
129
file: ${{ steps.coverage.outputs.report }}
0 commit comments