Bump codecov/codecov-action from 1 to 3

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)

---
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] 2022-04-30 17:37:35 +00:00 committed by Marcel Klehr
parent 8c8c3a9a9e
commit 3298758e90
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
run: ./vendor/phpunit/phpunit/phpunit --coverage-clover coverage.xml -c tests/phpunit.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./apps/${{ env.APP_NAME }}/coverage.xml
fail_ci_if_error: true