Hi,
I am using SonarCloud integration with Azure DevOps and Github, and DevOps pipeline was set to do the Java code coverage on every PR. Expected behaviour was after every PR SonarCloud reported to Github PR with info about Code coverage etc… But last 7-8 days we have experienced SonarCloud analysis not reporting to Github. When I check the analyzed branch on SonarCloud, I cannot see See the PR link. In order run analysis, I just use sonarQubeRunAnalysis: true in my Maven build. Github is integrated with SonarCloud by using Integrations on Github and Azure DevOps is connected by using service connection. I am wondering what could cause this behaviour.