Skip to content

Commit 6429ef2

Browse files
authored
Merge pull request #93 from uutils/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents 78877a1 + fa311c0 commit 6429ef2

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
@@ -123,10 +123,10 @@ jobs:
123123
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\()"
124124
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
125125
- name: Upload coverage results (to Codecov.io)
126-
uses: codecov/codecov-action@v4
126+
uses: codecov/codecov-action@v5
127127
with:
128128
token: ${{ secrets.CODECOV_TOKEN }}
129-
file: ${{ steps.coverage.outputs.report }}
129+
files: ${{ steps.coverage.outputs.report }}
130130
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
131131
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
132132
name: codecov-umbrella

0 commit comments

Comments
 (0)