Hi Team,
We are in SonarQube community edition 10.6
I configure both, my SonarQube and Gitlab properly and I’m able to trigger SonarQube analysis on a MR. SonarQube them reports back to Gitlab with comments on the MR - perfect so far.
The issue is the following: Any further pushing to that branch works. SonarQube also performs analysises. The one thing that won’t be performed are the comments on the MR.
It’s only the initial pushing on the MR what causes SonarQube to comment on my MR. For every push to the source code sonarqube is not reported back with analysis report using decoration only the initial push reported back, is that behavior normal does for MR decoration or do we need to add any setting for that feature.
Thanks!