mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-06-30 21:36:10 -04: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