facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
135 stars 14 forks source link

Add support for pcov #140

Closed Jean85 closed 4 years ago

Jean85 commented 5 years ago

Pcov is an extension that allow coverage collection with much better performances: https://github.com/krakjoe/pcov

We could add that in the same way as we do choose between Xdebug and PHPDBG, and use it preferentially.

Jean85 commented 4 years ago

Done in #146 + #148