Using SonarQube Developer Edition (trial) Version 8.5.1 (build 38104), which we are evaulating at the moment.
Use case:
- One bitbucket repository with mutiple modules (some C# , some java).
- Built on Teamcity in two different builds, that each generate a sonar analysis (using maven and .net CLI sonar scanner global tool from Nuget respectively)
- We would like to either
a. Consolidate the two analysis’es into one project in SonarQube, and get one Code insight report on our Pull Request in BitBucket, or
b. Have two projects in SonarQube, and get two Code insight reports for the one pull request in BitBucket
Would either (a) or (b) be achievable in the Developer edition?
We have tried (a), but the analysis on the one project gets overwritten, so we end up with only C# or java, depending on which is performed last.
Thanks
Rasmus