Merge branch 'main' into dependabot/gradle/org.matrix.android-olm-sdk-3.2.12
This commit is contained in:
commit
5a9a5136e2
|
@ -28,7 +28,7 @@ def excludes = [
|
||||||
|
|
||||||
def initializeReport(report, projects, classExcludes) {
|
def initializeReport(report, projects, classExcludes) {
|
||||||
projects.each { project -> project.apply plugin: 'jacoco' }
|
projects.each { project -> project.apply plugin: 'jacoco' }
|
||||||
report.executionData { fileTree(rootProject.rootDir.absolutePath).include("**/build/jacoco/*.exec") }
|
report.executionData { fileTree(rootProject.rootDir.absolutePath).include("**/build/**/*.exec") }
|
||||||
|
|
||||||
report.reports {
|
report.reports {
|
||||||
xml.enabled true
|
xml.enabled true
|
||||||
|
|
Loading…
Reference in New Issue