GitHub PR decorating with SonarCloud

  • ALM used GitHub
  • CI system used Travis CI
  • Languages of the repository Python

Read lots of documentation and questions - and still not seeing how I can see results of SonarCloud check for a PR on github.
Can anyone point me at related sources?
Thanks!

https://sonarcloud.io/documentation/integrations/github/
Maybe this helps?

Thanks Kenny!

I definitely started there, and followed all the instructions. However, I still do not see the SonarCloud check results on github. I can only see the results when on SonarCloud. But our goal is to have developers see the SC check results on the PR, so they don’t need to spend extra time visiting SonarCloud (and they will most likely just miss this step due to time constraints).

So the solution turned out to be https://sonarcloud.io/documentation/automatic-analysis/
This at least serves our purposes. Hopefully this helps.

1 Like