Switch to xdebug for code coverage reports

This commit is contained in:
Alejandro Celaya
2024-10-21 11:54:45 +02:00
parent 9b16749737
commit 044efe6ee4
7 changed files with 18 additions and 18 deletions

View File

@@ -40,8 +40,7 @@ runs:
php-version: ${{ inputs.php-version }}
tools: composer
extensions: ${{ inputs.php-extensions }}
coverage: pcov
ini-values: pcov.directory=module
coverage: xdebug
- name: Install dependencies
if: ${{ inputs.install-deps == 'yes' }}
run: composer install --no-interaction --prefer-dist ${{ inputs.php-version == '8.4' && '--ignore-platform-req=php' || '' }}