Skip to content

Commit

Permalink
Updated phpunit command in codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
blancks committed Aug 26, 2024
1 parent a624de7 commit 1a639e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: composer self-update && composer install && composer dump-autoload

- name: Run tests and collect coverage
run: vendor/bin/phpunit --coverage-clover coverage.xml .
run: phpunit --coverage-clover coverage.xml --configuration phpunit.xml --teamcity

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 1a639e2

Please sign in to comment.