How to show SonarCloud results in GitHub/Pull Request/Check tag?

Hi
Before I had create a SonarCloud project with Automatic Analysis link with Github repo. This way is good but it haven’t Code Coverage.

So that, I created a project with analyze on CircleCI, but the results of SonarCloud not show on Check tag of PRs that triggered.
I want the SonarCloud results show up like 1st (in the picture).What i need to do?

Hey there.

Do you actually see the Pull Request analyzed in SonarCloud (that was analyzed on CircleCI)? Is the project bound?

Yes, the results was showed in SonarCloud Pull request menu. The project is not bound, it was created manually.

Thanks. In that case – that’s the problem. In order for PR decoration to work, the project must be bound (not created manually).