mirror of
https://github.com/bitwarden/android.git
synced 2026-03-24 23:32:29 -05:00
Adjust Sonar scan paths (#139)
This commit is contained in:
@@ -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/")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user