You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Hi Team,
I have installed sonar-groovy 1.8 plugin on sonarqube 10.1.x. My project has both java and groovy tests. No groovy source files.
After installing the plugin, I started seeing .groovy files under "Measures" tab in sonarqube however coverage is not updated.
I see that I have to set sonar.groovy.binaries which I did but see no change. Does below property values look good ? Appreciate your help.
<sonar.groovy.binaries>${project.build.directory}/classes</sonar.groovy.binaries> <sonar.tests>src/test/java,src/test/groovy</sonar.tests>
Thanks,
Veda
The text was updated successfully, but these errors were encountered: