Publish code coverage to sonarcloud
This commit is contained in:
@@ -48,5 +48,10 @@ sonarqube {
|
|||||||
property "sonar.organization", "kirmanak"
|
property "sonar.organization", "kirmanak"
|
||||||
property "sonar.host.url", "https://sonarcloud.io"
|
property "sonar.host.url", "https://sonarcloud.io"
|
||||||
property "sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml"
|
property "sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml"
|
||||||
|
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco.xml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rootCoverage {
|
||||||
|
generateXml true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user