brefphp / aws-lambda-layers

Bref 2 scripts to build AWS Lambda layers
https://bref.sh/docs/runtimes/
MIT License
34 stars 25 forks source link

Can we also install Pcov by default in the fpm-dev image? #92

Closed ghost closed 3 weeks ago

ghost commented 1 year ago

Pcov has a considerable performance improvement on generating coverage compared to Xdebug. So I think it would be great to have this installed by default just like Xdebug so people can choose what to use.

For example also see: https://dyrynda.com.au/blog/using-pcov-instead-of-xdebug-for-coverage

mnapoli commented 1 year ago

We could, let's keep this issue open to track interest in such a change.

GrahamCampbell commented 3 weeks ago

Newer versions of xdebug are much faster for code coverage, due to optimizations and the ability to put xdebug in a coverage specific mode, without its other features. The poster of this issue has deleted their account and there is no other interest. I think we can probably close this out.