Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ursuleacv authored Dec 5, 2024
1 parent 968f22c commit ac309b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Run PHPUnit
- name: Run PHPUnit
run: ./vendor/bin/phpunit --coverage-text
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover coverage.xml

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md
Expand Down

0 comments on commit ac309b2

Please sign in to comment.