ci: explicitly enable xdebug coverage
This commit is contained in:
parent
a693e0b9c0
commit
b850da2e02
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php }}
|
||||
coverage: xdebug
|
||||
tools: composer
|
||||
- name: Install
|
||||
run: composer install --no-interaction
|
||||
|
Loading…
x
Reference in New Issue
Block a user