Skip to content

Commit

Permalink
Migrate configuration param from phpunit's XML
Browse files Browse the repository at this point in the history
  • Loading branch information
terremoth authored Jul 2, 2024
1 parent 75b2209 commit 84f8dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
php_extensions: xdebug
args: tests --coverage-clover ./coverage.xml
args: tests --migrate-configuration --coverage-clover ./coverage.xml

- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 84f8dad

Please sign in to comment.