Compare commits
2 Commits
ci/sonarqu
...
f729b772fc
| Author | SHA1 | Date | |
|---|---|---|---|
| f729b772fc | |||
| 402d750138 |
@@ -8,7 +8,7 @@
|
||||
# Prerequisites (one-time, in the Gitea UI — Repo → Settings → Actions):
|
||||
# • Secret SONAR_TOKEN — a SonarQube "Analysis" token generated at
|
||||
# My Account → Security in SonarQube for the
|
||||
# runic-gateway-android-app project (or a global one).
|
||||
# Runic-Gateway-Android-app project (or a global one).
|
||||
# • Variable SONAR_HOST_URL — the SonarQube base URL on your LAN, e.g.
|
||||
# http://192.168.0.56:9000
|
||||
# (kept as a variable, not committed, so the internal address stays out of git.)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# SonarQube analysis config for the Android-app repo.
|
||||
# Consumed by the scanner in .gitea/workflows/sonarqube.yml on push to main.
|
||||
# The project key must match the one created in SonarQube (dashboard URL
|
||||
# ?id=runic-gateway-android-app).
|
||||
# ?id=Runic-Gateway-Android-app).
|
||||
|
||||
sonar.projectKey=runic-gateway-android-app
|
||||
sonar.projectKey=Runic-Gateway-Android-app
|
||||
sonar.projectName=runic gateway android app
|
||||
|
||||
# Analysed application code. The single :app module's Kotlin sources.
|
||||
|
||||
Reference in New Issue
Block a user