Skip to content

Commit

Permalink
Add XDEBUG_MODE: coverage to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbauer committed Oct 24, 2024
1 parent 2ee524c commit 17d6b75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: php-actions/composer@v6

- uses: php-actions/phpunit@v3
env:
XDEBUG_MODE: coverage
with:
configuration: phpunit.xml
php_version: 8.3
Expand Down

0 comments on commit 17d6b75

Please sign in to comment.