Skip to content

Commit

Permalink
Bump the github-actions group with 1 update
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.1.0 to 4.1.1
- [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.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 08bbd5f commit 7088eb6
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 @@ -80,7 +80,7 @@ jobs:
COLLECT_COVERAGE: ${{ matrix.wp == 'trunk' }}

- name: Upload code coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
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 @@ -115,7 +115,7 @@ jobs:
run: npm run test:unit -- --collectCoverage

- name: Upload code coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
file: artifacts/logs/lcov.info
flags: js
Expand Down Expand Up @@ -213,15 +213,15 @@ jobs:
if: ${{ matrix.coverage }}

- name: Upload code coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
file: artifacts/coverage.xml
flags: default
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.coverage }}

- name: Upload code coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
file: coverage-multisite.xml
flags: multisite
Expand Down

0 comments on commit 7088eb6

Please sign in to comment.