chore(deps): bump codecov/codecov-action from 4 to 5

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](https://github.com/codecov/codecov-action/compare/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>
This commit is contained in:
dependabot[bot] 2024-11-15 03:23:00 +00:00 committed by GitHub
parent c7e898f007
commit c5a15abbd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ jobs:
- run: yarn link --frozen-lockfile || true - run: yarn link --frozen-lockfile || true
- run: yarn link webpack --frozen-lockfile - run: yarn link webpack --frozen-lockfile
- run: yarn test:basic --ci - run: yarn test:basic --ci
- uses: codecov/codecov-action@v4 - uses: codecov/codecov-action@v5
with: with:
flags: basic flags: basic
functionalities: gcov functionalities: gcov
@ -92,7 +92,7 @@ jobs:
key: jest-unit-${{ env.GITHUB_SHA }} key: jest-unit-${{ env.GITHUB_SHA }}
restore-keys: jest-unit-${{ hashFiles('**/yarn.lock', '**/jest.config.js') }} restore-keys: jest-unit-${{ hashFiles('**/yarn.lock', '**/jest.config.js') }}
- run: yarn cover:unit --ci --cacheDirectory .jest-cache - run: yarn cover:unit --ci --cacheDirectory .jest-cache
- uses: codecov/codecov-action@v4 - uses: codecov/codecov-action@v5
with: with:
flags: unit flags: unit
functionalities: gcov functionalities: gcov
@ -183,7 +183,7 @@ jobs:
restore-keys: jest-integration-${{ hashFiles('**/yarn.lock', '**/jest.config.js') }} restore-keys: jest-integration-${{ hashFiles('**/yarn.lock', '**/jest.config.js') }}
- run: yarn cover:integration:${{ matrix.part }} --ci --cacheDirectory .jest-cache || yarn cover:integration:${{ matrix.part }} --ci --cacheDirectory .jest-cache -f - run: yarn cover:integration:${{ matrix.part }} --ci --cacheDirectory .jest-cache || yarn cover:integration:${{ matrix.part }} --ci --cacheDirectory .jest-cache -f
- run: yarn cover:merge - run: yarn cover:merge
- uses: codecov/codecov-action@v4 - uses: codecov/codecov-action@v5
with: with:
flags: integration flags: integration
functionalities: gcov functionalities: gcov