Closed dxops closed 7 years ago
It's already supported! The only thing that you have to do is have the PHPDBG binary available in your environment, and disable xdebug (to avoid excessive memory consumption).
I've already amended the docs to mention this: http://engineering.facile.it/paraunit/documentation/#coverage-command
Thanks, I saw it right after issue created. Should we use it on travis?
Do you mean to collect coverage for your own project? Or for Paraunit itself?
Both ways should be checked continuously
With Paraunit it's checked at startup, and it writes it too after the title; in Travis, I think I will add it, if PHPDBG is present or it's fast to install.
I've tried to add it on Travis and failed, PHPDBG is not present there, due to travis-ci/travis-ci/issues/6323
We can use it for php7 only. The main goal is to make sure it works
It's not there, no matter PHP version. So:
Works much faster, on big codebase it's better to use phpdbg instead of xdebug