mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -06:00
Adjust Sonar scan paths (#3349)
This commit is contained in:
parent
9f5a27c06c
commit
94b56f624f
@ -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/")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user