We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18140da commit 26bd772Copy full SHA for 26bd772
.github/workflows/main.yml
@@ -33,4 +33,4 @@ jobs:
33
run: composer install --prefer-dist --no-progress
34
35
- name: Run test suite
36
- run: composer test
+ run: XDEBUG_MODE=coverage composer test
0 commit comments