Generate coverage xml

This commit is contained in:
Justin Abrahms 2022-06-14 11:37:01 -07:00
parent 8dd71e8a9e
commit 5142883c51
No known key found for this signature in database
GPG Key ID: 599E2E12011DC474
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ test {
}
jacocoTestReport {
dependsOn test // tests are required to run before generating the report
reports {
xml.required = true
}
}
task sourcesJar(type: Jar, dependsOn: classes) {