wodby / php

Generic PHP docker container images
MIT License
155 stars 103 forks source link

Consider adding pcov #113

Closed dylf closed 4 years ago

dylf commented 4 years ago

Consider adding pcov extension. It is useful for code coverage and much faster at generating code coverage reports than xdebug.

https://github.com/krakjoe/pcov

csandanov commented 4 years ago

Added