Skip to content

Commit

Permalink
Specify coverage env variable for GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cspray committed May 30, 2024
1 parent 203d385 commit 6f069c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
php_version: 8.2
- name: PHPUnit
uses: php-actions/phpunit@v3
env:
XDEBUG_MODE: coverage
with:
version: 10
php_version: 8.2
Expand Down

0 comments on commit 6f069c7

Please sign in to comment.