mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Enable the XML report for coveralls
This commit is contained in:
parent
17a0380ed1
commit
b382d75e71
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user