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 15fc61c + 5c211cf commit ee46c39Copy full SHA for ee46c39
.github/workflows/ci.yml
@@ -137,7 +137,7 @@ jobs:
137
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\()"
138
echo "name=report::${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
139
- name: Upload coverage results (to Codecov.io)
140
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
141
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
142
with:
143
# token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments