Skip to content

Commit

Permalink
Merge pull request #962 from kreait/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5.0.7

github-actions(deps): bump codecov/codecov-action from 5.0.3 to 5.0.7
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
2 parents c573381 + 85f9200 commit 70dfcbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: firebase emulators:exec --only auth,database --project beste-firebase 'XDEBUG_MODE=coverage vendor/bin/phpunit --group=emulator --coverage-clover=coverage.xml --log-junit=test-report.xml'

- name: Upload code coverage
uses: codecov/[email protected].3
uses: codecov/[email protected].7
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: emulator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: vendor/bin/phpunit --testsuite=integration --coverage-clover=coverage.xml --log-junit=test-report.xml --testdox

- name: Upload code coverage
uses: codecov/[email protected].3
uses: codecov/[email protected].7
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: integration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: vendor/bin/phpunit --testsuite=unit --coverage-clover=coverage.xml --log-junit=test-report.xml --testdox

- name: Upload code coverage
uses: codecov/[email protected].3
uses: codecov/[email protected].7
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit
Expand Down

0 comments on commit 70dfcbf

Please sign in to comment.