Skip to content

Commit

Permalink
Bump codecov/codecov-action in the github-actions group (#760)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 4.6.0 to 5.0.2
- [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.6.0...v5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent c6814b2 commit 8b2c812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
COLLECT_COVERAGE: ${{ matrix.wp == 'latest' }}

- name: Upload code coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
file: artifacts/e2e-coverage/coverage/codecov.json
flags: e2e
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: npm run test:unit -- --collectCoverage

- name: Upload code coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
file: artifacts/logs/lcov.info
flags: js
Expand Down Expand Up @@ -221,15 +221,15 @@ jobs:
if: ${{ matrix.coverage }}

- name: Upload code coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
file: artifacts/coverage.xml
flags: default
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.coverage }}

- name: Upload code coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
file: coverage-multisite.xml
flags: multisite
Expand Down

0 comments on commit 8b2c812

Please sign in to comment.