We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b117c commit b4eaeb5Copy full SHA for b4eaeb5
.github/workflows/build.yml
@@ -43,5 +43,5 @@ jobs:
43
run: ./vendor/bin/phpcs -p --standard=./phpcs.xml --extensions=php --warning-severity=0 src/ tests/
44
45
- name: PHP Unit Tests
46
- run: php -ddate.timezone=Europe/Paris ./vendor/bin/atoum +verbose
+ run: XDEBUG_MODE=coverage php -ddate.timezone=Europe/Paris ./vendor/bin/atoum +verbose
47
0 commit comments