We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5991c89 commit 0ccd1daCopy full SHA for 0ccd1da
1 file changed
.github/workflows/ci.yml
@@ -135,7 +135,7 @@ jobs:
135
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\()"
136
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
137
- name: Upload coverage results (to Codecov.io)
138
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
139
with:
140
token: ${{ secrets.CODECOV_TOKEN }}
141
files: ${{ steps.coverage.outputs.report }}
0 commit comments