I am facing an issue with code coverage, not able to see the code coverage over Sonarqube, we are able to generate the coverage.xml locally as well in GitLab. But the sonarqube job is not able to show that things overage the webpage. Also, we are using multiple classes in Gradle and each of them generates an XML file, so we need a collective date to be shown in the Sonarqube webpage.
Tried multiple ways but that didn’t help me. Would you please guys help me why the coverage report is not showing and how to add multiple gradle classes in one report?
Please let me know if any more details are needed from me.
Hi @Colin, The logs say that jacocTestResport.xml is not able to get it. But if I build the project locally it will be there in the build project and other sub-modules as well.