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.
2 parents 8f173af + 2445692 commit 2046060Copy full SHA for 2046060
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
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\()"
139
echo "name=report::${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
140
- name: Upload coverage results (to Codecov.io)
141
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
142
with:
143
token: ${{ secrets.CODECOV_TOKEN }}
144
file: ${{ steps.coverage.outputs.report }}
0 commit comments