Daniel-Marynicz / BehatParallelExtension

Behat Parallel Extension
MIT License
18 stars 6 forks source link

Code coverage result display #72

Open eugene-nuwber opened 1 month ago

eugene-nuwber commented 1 month ago

Hi there,

Thank you for the extension.

We running our tests in gitlab and want to display the code coverage report. It requires to have the coverage report output to be displayed, but it isn't if all tests pass. Is there any ability to display this?

eugene-nuwber commented 1 month ago

The progress bar even looks not so good for non-iteraction output

image
Daniel-Marynicz commented 1 month ago

This probably will newer work because extension executes behat i parallel mode as separate processes. And extension for code coverage is not designed for this type of the execution.

eugene-nuwber commented 1 month ago

I see this output if any test failed together with failed test output.