File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,10 @@ jobs:
123
123
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\()"
124
124
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
125
125
- name : Upload coverage results (to Codecov.io)
126
- uses : codecov/codecov-action@v4
126
+ uses : codecov/codecov-action@v5
127
127
with :
128
128
token : ${{ secrets.CODECOV_TOKEN }}
129
- file : ${{ steps.coverage.outputs.report }}
129
+ files : ${{ steps.coverage.outputs.report }}
130
130
# # flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
131
131
flags : ${{ steps.vars.outputs.CODECOV_FLAGS }}
132
132
name : codecov-umbrella
You can’t perform that action at this time.
0 commit comments