How to SCAN and check code coverage of multiple modules in same project

Hi @Vikas_Rathore ,

We have this guide but it doesn’t address Gradle multimodule projects like yours: [Coverage & Test Data] Importing JaCoCo coverage report in XML format

Please see my example here: sonar-scanning-examples/sonarqube-scanner-gradle/gradle-multimodule-coverage at master · SonarSource/sonar-scanning-examples · GitHub

Scroll down and read how I did it in my example in the “Coverage” section.

Regards,
Joe