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 2ba35db + fcec727 commit 11bf271Copy full SHA for 11bf271
.github/workflows/ci.yml
@@ -142,7 +142,7 @@ jobs:
142
grcov . --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\()"
143
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
144
- name: Upload coverage results (to Codecov.io)
145
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
146
with:
147
token: ${{ secrets.CODECOV_TOKEN }}
148
file: ${{ steps.coverage.outputs.report }}
0 commit comments