We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcd3dfd + 4ff2d6b commit fdc6992Copy full SHA for fdc6992
.github/workflows/ci.yml
@@ -156,10 +156,10 @@ jobs:
156
grcov . --output-type lcov --output-path "${COVERAGE_REPORT_FILE}" --binary-path "${COVERAGE_REPORT_DIR}" --branch
157
echo "report=${COVERAGE_REPORT_FILE}" >> $GITHUB_OUTPUT
158
- name: Upload coverage results (to Codecov.io)
159
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
160
with:
161
token: ${{ secrets.CODECOV_TOKEN }}
162
- file: ${{ steps.coverage.outputs.report }}
+ files: ${{ steps.coverage.outputs.report }}
163
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
164
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
165
name: codecov-umbrella
0 commit comments