mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-07-02 22:34:44 -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