We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd2598 commit 1323c7fCopy full SHA for 1323c7f
1 file changed
.github/workflows/continuous-integration.yaml
@@ -28,6 +28,7 @@ jobs:
28
extensions: ${{ env.PHP_EXTENSIONS }}
29
ini-values: ${{ env.PHP_INI_VALUES }}
30
tools: composer:v2
31
+ coverage: pcov
32
- run: composer install
33
- name: Run tests with phpunit
34
run: ./vendor/bin/phpunit tests --coverage-text
0 commit comments