Hello,
I have Sonarqube version 10 Comunity edition and I’m trying to import the code coverage generated by phpunit in clover xml format. The file is imported corectly but when I check In sonarqube at overall code the coverage is 38.6% but in jenkins clover plugin shows 50.8%. I have also a custom library which calculates the coverage from the xml file following How are the Clover coverage percentages calculated? | Clover Data Center and Server 4.1 | Atlassian Documentation and I get the 50.8%.
Is Sonarqube Overal Code Coverage something else ? When I look at the coverage i see only php files.
Thanks for help!