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