0
votes

Azure DevOps Pipelines only supports JaCoCo and Cobertura coverage report formats :

PHPUnit only supports Clover, Crap4jn PHP, (custom) XML, HTML and TXT coverage report formats :

How can I publish the coverage result of my PHPUnit tests in my Pipeline ?

1

1 Answers

0
votes

As of this time, however, publishing PHPUnit code coverage result in Pipeline is not supported.