mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
Adjust Sonar scan paths (#3349)
This commit is contained in:
parent
9f5a27c06c
commit
94b56f624f
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue