Skip to content

Commit

Permalink
Update codecov versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Oct 28, 2023
1 parent 63c9012 commit 7f62a2e
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 @@ -73,7 +73,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/codecov-action@v4
uses: codecov/codecov-action@v4-beta
with:
flags: emulator
if: github.repository_owner == 'kreait'
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: vendor/bin/phpunit --testsuite=integration --coverage-clover=coverage.xml --log-junit=test-report.xml --testdox

- name: Upload code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4-beta
with:
flags: integration
if: github.repository_owner == 'kreait'
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: vendor/bin/phpunit --testsuite=unit --coverage-clover=coverage.xml --log-junit=test-report.xml --testdox

- name: Upload code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4-beta
with:
flags: unit

Expand Down

0 comments on commit 7f62a2e

Please sign in to comment.