mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 05:40:45 -05:00
Adjust Sonar scan paths (#3349)
This commit is contained in:
@@ -283,8 +283,9 @@ sonar {
|
||||
property("sonar.projectKey", "bitwarden_android")
|
||||
property("sonar.organization", "bitwarden")
|
||||
property("sonar.host.url", "https://sonarcloud.io")
|
||||
property("sonar.sources", "app/src/main/,app/src/standard/,app/src/fdroid/")
|
||||
property("sonar.tests", "app/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