Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent edf119d commit 50be83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Upload code coverage report
if: ${{ matrix.coverage }}
uses: codecov/codecov-action@68708a9f7a6b6b5fe33673f782f93725c5eff3c6
uses: codecov/codecov-action@e43f28e103e52bb26d252b5a97fcdfa06175321e
with:
file: build/logs/*.xml
flags: unit
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Upload code coverage report
if: ${{ matrix.coverage }}
uses: codecov/codecov-action@68708a9f7a6b6b5fe33673f782f93725c5eff3c6
uses: codecov/codecov-action@e43f28e103e52bb26d252b5a97fcdfa06175321e
with:
file: build/logs/*.xml
flags: phpcs-sniffs
Expand Down

0 comments on commit 50be83a

Please sign in to comment.