Setting XDEBUG_MODE for coverage

This commit is contained in:
Philipp Holzer 2021-05-15 23:56:44 +02:00
parent 339624568d
commit b4edd71bb0
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ steps:
REDIS_HOST: "redis"
MEMCACHED_HOST: "memcached"
MEMCACHE_HOST: "memcached"
XDEBUG_MODE: "coverage"
commands:
- phpenmod xdebug
- composer validate