paraunit icon indicating copy to clipboard operation
paraunit copied to clipboard

Add support for cobertura

Open elernonelma opened this issue 3 years ago • 1 comments

Since release https://github.com/sebastianbergmann/php-code-coverage/blob/master/ChangeLog.md#920---2020-10-02 phpunit is able to generate cobertura report: phpunit --coverage-cobertura=cobertura.xml

We use it in our gitlab factory and works fine - do you have any plan to work on it? I may have some time to look at an implementation but not until maybe mid december.

elernonelma avatar Nov 04 '20 10:11 elernonelma

Implementation should be pretty straightforward, since we reuse PHPUnit components to generate coverage. PR appreciated!

Jean85 avatar Nov 04 '20 10:11 Jean85