How to upload the Groovy application coverage report to SonarQube

Hi Team,

We are using SonarQube Enterprise 9.5 version.

We have one groovy application. We need to add the coverage report into SonarQube.

As per the SonarQube official documentation, the Groovy is not avilable in the list of languages.

We need to understand
1.Is it possible to enable the code coverage for Groovy application?
2. Is there any plugin avilable in sonarqube for this?

Thanks,
Naresh

Hey there.

GitHub - Inform-Software/sonar-groovy: SonarQube plugin for Groovy exists to provide some Groovy support, and you can upload coverage via sonar.coverage.jacoco.xmlReportPaths (like for Java, Kotlin, Scala, etc.)