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:
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
You can’t perform that action at this time.
0 commit comments