Skip to content

Commit 11bf271

Browse files
authored
Merge pull request #9 from uutils/renovate/codecov-codecov-action-4.x
Update codecov/codecov-action action to v4
2 parents 2ba35db + fcec727 commit 11bf271

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
@@ -142,7 +142,7 @@ jobs:
142142
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\()"
143143
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
144144
- name: Upload coverage results (to Codecov.io)
145-
uses: codecov/codecov-action@v3
145+
uses: codecov/codecov-action@v4
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
file: ${{ steps.coverage.outputs.report }}

0 commit comments

Comments
 (0)