Adjust Sonar scan paths (#139)

This commit is contained in:
Matt Bishop
2024-06-24 14:15:07 -04:00
committed by GitHub
parent be96f1b9d4
commit cff5c7b9a2

View File

@@ -216,8 +216,9 @@ sonar {
property("sonar.projectKey", "bitwarden_authenticator-android")
property("sonar.organization", "bitwarden")
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.sources", "src/main/,src/debug/")
property("sonar.tests", "src/test/")
property("sonar.sources", "app/src/")
property("sonar.tests", "app/src/")
property("sonar.test.inclusions", "app/src/test/")
}
}