Maybe I am burn out but: Anyone knows how can I see the code coverage report in Azure Pipelines of the PHP Core project? I have this link: https://dev.azure.com/phpazuredevops/PHP/_build?definitionId=1&_a=summary How can I generate it locally in my computer? Answer Thanks Chris Hass, your comment lead me to the right answer. Basically are different jobs in the pipeline and not all
Tag: code-coverage
How to fully cover conditionals while testing code (eg. PHP and xdebug)
Some time ago I have started writing tests in PHPUnit (v. 9). It’s great and amazing but: How I can properly cover conditionals? I will give some examples where result is correct and expected, and where I see problems. Here it is: Please note that code below is only the sample. I know that when I pass true to if