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

Make SonarQube pick up the Cobertura Code Coverage file #1823

Merged
merged 3 commits into from
Jun 2, 2016

Conversation

bgavrilMS
Copy link
Member

@bgavrilMS bgavrilMS commented Jun 1, 2016

Note that SQ seems to be able to pick up the Jacoco report without help, so not doing anything there.

gradleRun.arg(['sonarqube']);
gradleRun.arg(['-I', initScriptPath]);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small unrelated change - I'm adding the "sonarqube" argument before the -I arg so that all the task arguments are grouped

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AshwiniChalla - just as an aside, we found that you can pass init Gradle scripts that contain plugins. This way we didn't have to change the user's gradle.build file.

@HSAR
Copy link
Contributor

HSAR commented Jun 2, 2016

LGTM

@bgavrilMS bgavrilMS merged commit e1b920f into master Jun 2, 2016
@bgavrilMS bgavrilMS deleted the users/bgavril/ccgradle branch June 2, 2016 09:26
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

Successfully merging this pull request may close these issues.

4 participants