Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing coverage #196

Open
vdepatla opened this issue Aug 1, 2023 · 0 comments
Open

Missing coverage #196

vdepatla opened this issue Aug 1, 2023 · 0 comments

Comments

@vdepatla
Copy link

vdepatla commented Aug 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant