We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce6cdaa + 49e54f7 commit 5cdf58fCopy full SHA for 5cdf58f
.github/workflows/ci.yml
@@ -196,11 +196,11 @@ jobs:
196
report=${COVERAGE_REPORT_FILE}
197
outputs report
198
- name: Upload coverage results (to Codecov.io)
199
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
200
# if: steps.vars.outputs.HAS_CODECOV_TOKEN
201
with:
202
token: ${{ secrets.CODECOV_TOKEN }}
203
- file: ${{ steps.coverage.outputs.report }}
+ files: ${{ steps.coverage.outputs.report }}
204
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
205
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
206
name: codecov-umbrella
0 commit comments