Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 8efeeb4 commit 74f581c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: flutter pub get
- name: widget test
run: flutter test --verbose --coverage --coverage-path=./coverage/lcov.widget_test.info --concurrency=1
- uses: codecov/codecov-action@v4 # https://docs.codecov.com/docs/merging-reports#multiple-languages
- uses: codecov/codecov-action@v5 # https://docs.codecov.com/docs/merging-reports#multiple-languages
with: # ref: https://github.com/codecov/codecov-action/blob/v4.1.0/.github/workflows/main.yml
files: ./coverage/lcov.widget_test.info
flags: widget_test,${{ matrix.os }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: integration test
run: ${{ matrix.integration_test_command }}
# https://docs.codecov.com/docs/merging-reports#multiple-languages
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with: # ref: https://github.com/codecov/codecov-action/blob/v4.1.0/.github/workflows/main.yml
files: ./coverage/lcov.integration_test.info
flags: integration_test,${{ matrix.os }}
Expand Down

0 comments on commit 74f581c

Please sign in to comment.