Skip to content

Commit de6c0bc

Browse files
committed
Merge branch 'combined-sdk' into fix-build
# Conflicts: # build.gradle
2 parents 0ad592e + 8e8edfa commit de6c0bc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,17 @@ tasks.withType(GenerateModuleMetadata) {
239239
enabled = false
240240
}
241241

242+
jacoco {
243+
reportsDirectory = file("$buildDir/reports/jacoco")
244+
}
245+
246+
jacocoTestReport {
247+
reports {
248+
xml.required = true // coveralls plugin depends on xml format report
249+
html.required = true
250+
}
251+
}
252+
242253
artifacts {
243254
archives sourcesJar, javadocJar
244255
}

0 commit comments

Comments
 (0)