ci: add sonarcloud.yml and sonar-project.properties#75
Conversation
Adds the required SonarCloud Analysis workflow following the Tier 2 per-repo pattern documented in standards/ci-standards.md §3. Also adds sonar-project.properties with the project key and org for this repository. Closes #47 Co-authored-by: Don Petry <don-petry@users.noreply.github.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@don-petry — PR is ready for review and merge. This adds the missing |
|
There was a problem hiding this comment.
Pull request overview
Adds SonarCloud scanning configuration to bring this repository into CI compliance (issue #47) by introducing the required workflow and SonarCloud project properties.
Changes:
- Added
.github/workflows/sonarcloud.ymlto run SonarCloud analysis on pushes and PRs targetingmain. - Added
sonar-project.propertiesto define the SonarCloud project key/org/name and basic source/exclusion settings.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
sonar-project.properties |
Defines SonarCloud project metadata and scanner scope/exclusions. |
.github/workflows/sonarcloud.yml |
Adds the SonarCloud scan workflow (SHA-pinned actions, guarded by SONAR_TOKEN). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| jobs: | ||
| sonarcloud: | ||
| name: SonarCloud | ||
| runs-on: ubuntu-latest |



Summary
.github/workflows/sonarcloud.ymlfollowing the Tier 2 per-repo pattern from ci-standards.md §3SONAR_TOKENguard)sonar-project.propertieswith project keypetry-projects_.github-private, orgpetry-projects, modeled on thebroodlyrepo patternTest plan
mainafter mergeSONAR_TOKENorg secret is inherited (no additional config needed)missing-sonarcloud.ymlfinding on next runCloses #47
Generated with Claude Code