Enable the XML report for coveralls

This commit is contained in:
Bradlee Speice 2014-12-05 23:04:14 -05:00
parent 17a0380ed1
commit b382d75e71

View File

@ -73,6 +73,10 @@ jacocoTestReport {
// And finally tell Jacoco to only include said files in the report // And finally tell Jacoco to only include said files in the report
classDirectories = outputTree classDirectories = outputTree
} }
reports {
xml.enabled true
}
} }
tasks.withType(Test) { tasks.withType(Test) {