gnodet commented on PR #22469: URL: https://github.com/apache/camel/pull/22469#issuecomment-5059531208
_Claude Code on behalf of @gnodet_ @apupier Thanks for the question! The SonarCloud PR analysis results will show up in two places once this is merged and active on `apache/camel`: 1. **PR quality gate status check** — a pass/fail check (`SonarCloud Code Analysis`) appears in the PR checks section, showing the quality gate result. 2. **SonarCloud PR decoration** — SonarCloud posts a comment on each PR with a summary of new code coverage, duplications, and any issues detected. The reason you didn't see results on the test PR (https://github.com/gnodet/camel/pull/15) is that SonarCloud is configured only for the `apache/camel` organization project. The fork `gnodet/camel` doesn't have the `SONAR_TOKEN` secret or a SonarCloud project, so while the build step runs (producing coverage reports and compiled classes), the actual Sonar analysis step is skipped. Once this PR is merged into `apache/camel:main`, any new PR to `apache/camel` will get the full analysis visible directly on the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
