test sonar
RN APK Build / build (push) Failing after 5m10s

This commit is contained in:
NishantRajputRN
2026-05-12 15:53:39 +05:30
parent 4515112b63
commit fff4b3bfe4
3 changed files with 12 additions and 5 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
# Auth: use SONAR_TOKEN (env) or -Dsonar.token=... — never commit tokens or sonar.login here.
sonar.projectKey=novaCodeTest
sonar.sources=.
sonar.exclusions=**/node_modules/**,**/android/build/**,**/ios/Pods/**,**/ios/build/**
sonar.host.url=http://98.70.31.53:9000
# From CLI intent: skip Java/Kotlin and the Android tree; **/ forms cover the repo (not only repo root).
sonar.exclusions=**/*.java,**/*.kt,**/android/**,**/node_modules/**,**/ios/Pods/**,**/ios/build/**