GitHub Settings: SonarCloud App is installed and granted access to the repository
SonarCloud Settings: Project > Administration > General Settings > Pull Request
sonar.pullrequest.provider : GitHub
Enable summary comment: true
I’ve already read all the available documentation and guides about how to set up Pull Requests Decoration. But never saw a line from the SonarCloud on the Conversation tab of any my PR. Do you have any suggestion what I’m doing wrong?
SonarCloud doesn’t put inline annotation per issue in the Conversation tab anymore, instead it put a single comment at the end of the Converstation tab with the overview result of the PR analysis.
Out of curiosity, what made you expect to have those inline annotations ?
I don’t expect inline annotation in the Conversation tab (I’m aware that this feature was deprecated). I’m talking about exactly that single comment at the end of the Conversation tab. When I create a PR, after SonarCloud Analisys is done and posted to SonarCloud UI I don’t see any result in my PR at all - this is the issue I have.