ci(sonarqube): add non-blocking SonarQube analysis (project key Runic-Gateway-Android-app) #19
Reference in New Issue
Block a user
No description provided.
Delete Branch "ci/sonarqube-fix-project-key"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Supersedes #18. Same change, with the corrected case-sensitive project key.
The SonarQube server already has a project keyed
Runic-Gateway-Android-appand refuses to create a case-variant (runic-gateway-android-app) duplicate, sosonar.projectKeynow matches the existing key.What
sonar-project.properties— project keyRunic-Gateway-Android-app, sourcesapp/src/main(Kotlin), testsapp/src/test, excludesbuild//.gradle//generated/. Commented-out Android Lint + JaCoCo hooks for later..gitea/workflows/sonarqube.yml—SonarQubeworkflow on push tomain(+workflow_dispatch); full-history checkout +sonarsource/sonarqube-scan-action@v4.Notes
app/src/androidTestdoesn't exist yet, so it's left out ofsonar.tests— noted inline.SONAR_TOKEN+ variableSONAR_HOST_URL.docs/ci/SONARQUBE.md).AI-assisted: authored with Claude Code (Anthropic). Commit trailer records
Co-Authored-By: Claude.🤖 Generated with Claude Code