Skip to content

Commit 0ab4801

Browse files
authored
Merge pull request #270 from uutils/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents e5958d7 + a379f1b commit 0ab4801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ jobs:
111111
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\()"
112112
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
113113
- name: Upload coverage results (to Codecov.io)
114-
uses: codecov/codecov-action@v4
114+
uses: codecov/codecov-action@v5
115115
with:
116116
token: ${{ secrets.CODECOV_TOKEN }}
117-
file: ${{ steps.coverage.outputs.report }}
117+
files: ${{ steps.coverage.outputs.report }}
118118
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
119119
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
120120
name: codecov-umbrella

0 commit comments

Comments
 (0)