Skip to content

Commit

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

github-actions(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
2 parents a366dfc + dfb2389 commit d4f1e77
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].0
uses: codecov/[email protected].2
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].0
uses: codecov/[email protected].2
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].0
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unit
Expand Down

0 comments on commit d4f1e77

Please sign in to comment.