-
Notifications
You must be signed in to change notification settings - Fork 72
Report only shows issues of current commit #13
Comments
Hi, This is of course not the intended behaviour. You should get a report with 5 major issues instead. Did this only happen once or is it reproducible? Have you seen any errors in your build log from the SonarQube plug-in? |
There is no error, no printout (I'm not running verbose) and is always reproducible. |
Thanks. To be able to troubleshoot this, could you please run the plug-in with debug logging enabled? mvn sonar:sonar -X -Dsonar.verbose=true ... |
Well first it didn't spit out anything more. And after I added debug output to gradle it littered the OAuth token everywhere. Not nice ;) |
Thanks for the log. You are right, when the requests get logged we should try to obfuscate all credentials in there. I opened #14 for this. |
Any news on this issue? |
Thanks for the commit, will check out if this fixes our issues :-) |
@Kostronor I fixed issues related to the one you reported in release 1.1.3. Could you please upgrade and try again? |
Sure will do! |
Okay, now we got out first big PR going and well, not working sadly: If you need more info, please tell |
For example:
We have a PR with 5 major and one minor issue.
Someone updated the PR to fix the minor one.
SonarQube Analysis reported no issues. Take a chocolate :-)
And all issues are deleted.What is really needed:
A report of all issues at lines changed in the PR diff. Or a report for every commit individually. Or both ;)
The text was updated successfully, but these errors were encountered: