mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-11-03 10:00:30 -05:00
Enable the XML report for coveralls
This commit is contained in:
@ -73,6 +73,10 @@ jacocoTestReport {
|
||||
// And finally tell Jacoco to only include said files in the report
|
||||
classDirectories = outputTree
|
||||
}
|
||||
|
||||
reports {
|
||||
xml.enabled true
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
|
||||
Reference in New Issue
Block a user