Skip to content

Commit 2046060

Browse files
authored
Merge pull request #42 from uutils/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents 8f173af + 2445692 commit 2046060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
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\()"
139139
echo "name=report::${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
140140
- name: Upload coverage results (to Codecov.io)
141-
uses: codecov/codecov-action@v4
141+
uses: codecov/codecov-action@v5
142142
with:
143143
token: ${{ secrets.CODECOV_TOKEN }}
144144
file: ${{ steps.coverage.outputs.report }}

0 commit comments

Comments
 (0)