Template for a good new topic, formatted with Markdown:
- ALM used (GitHub)
- CI system used (GitHub App)
- Languages of the repository (Java)
- Error observed (About once per week (1/100 PRs), a given push is not registered with SonarCloud, and the check, therefore is never reported back)
- Steps to reproduce (Unable to reproduce, nor find useful log files)
- Potential workaround (Pushing an empty commit sometimes works)
About 1% of our PRs receive no notification back from SonarCloud about the results of the test. There is no way to re-run or re-trigger the tests, so the only workaround that we’ve found is to push an empty commit, which is also not 100% reliable.
Is this a known problem?
Are there GitHub app logs that I can view to help track down where the breakdown happened?
Any other suggestions on how to retrigger a given commit in SonarCloud, to avoid having to re-run all test on a given commit?