edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
529 stars 167 forks source link

Fix xdebug coverage for 7.4-alpine #122

Open Krunch opened 3 years ago

Krunch commented 3 years ago

Coverage isn't working in xdebug when using the 7.4-alpine image.

Basically the same thing as #116 but for alpine.

baddwin commented 3 years ago

For temporary workaround, we can add XDEBUG_MODE: coverage in yml variables as xdebug's environment variable