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