Clean-up JaCoCo coverage generation

This commit is contained in:
Gary Tierney
2019-07-17 05:36:08 +01:00
parent 11cee7e0f2
commit d93de7f575
3 changed files with 9 additions and 15 deletions
+4
View File
@@ -15,5 +15,9 @@ detekt {
sonarqube {
properties {
property "sonar.kotlin.detekt.reportPaths", detektAggregateReport
property "sonar.organization", "apollo-rsps"
property "sonar.projectKey", "apollo:org.apollo"
property "sonar.projectName", "Apollo RSPS"
property "sonar.kotlin.file.suffixes", ".kt,.kts"
}
}