Hi
I have a PHP project (in laravel) - I can run phpunit and generate a Clover coverage report
I need to show the test results and the coverage report in TFS 2015 on-premise - e.g. the following is for a Java Maven project
I don't see a PHPunit build step that will read a Clover coverage report
Is there another way to do this?
Thanks