gabrie-allaigre / sonar-gitlab-plugin

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
GNU Lesser General Public License v3.0
713 stars 207 forks source link

Support for monorepos? #195

Open eyalzek opened 5 years ago

eyalzek commented 5 years ago

My use case is a single repo containing multiple micro services, so we run sonar-scanner per service in parallel. The sonarqube external stage that's added to the pipeline reports issues only for the last service the analysis ran on. Is it somehow possible to have that step report ALL of the issues associated with a pipeline?

seppi91 commented 5 years ago

Why not using sonar.gitlab.failure_notification_mode set to exit-code?

see Readme.md for details.