Fix test coverage report for submodules
This commit is contained in:
@@ -24,8 +24,21 @@ sonarqube {
|
||||
property("sonar.projectKey", "kirmanak_Mealient")
|
||||
property("sonar.organization", "kirmanak")
|
||||
property("sonar.host.url", "https://sonarcloud.io")
|
||||
property("sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml")
|
||||
property("sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco.xml")
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
sonarqube {
|
||||
properties {
|
||||
property(
|
||||
"sonar.androidLint.reportPaths",
|
||||
"${projectDir.path}/build/reports/lint-results-debug.xml"
|
||||
)
|
||||
property(
|
||||
"sonar.coverage.jacoco.xmlReportPaths",
|
||||
"${projectDir.path}/build/reports/jacoco.xml"
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user