facile-it / paraunit

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

Lacking the --coverage-text option #77

Closed alexmanno closed 7 years ago

alexmanno commented 7 years ago

For integrating Paraunit with some software would serve as the --coverage-text option of phpunit

Jean85 commented 7 years ago

This feature seems pretty straightforward to implement, since I could use the SebastianBergmann\CodeCoverage\Report\Text class straight from PHPUnit.

I will have to test if it will work seamlessly with the Symfony process output, but it seems pretty easy.

Ping @thomasvargiu, who also was interested in this feature.