Skip to content
Snippets Groups Projects
Commit 372cb479 authored by Mingyuan Chen's avatar Mingyuan Chen
Browse files

Update build.gradle

parent 5094f0b6
No related branches found
No related tags found
No related merge requests found
......@@ -56,3 +56,11 @@ test {
html.required = true
}
}
jacocoTestReport {
dependsOn test //
reports {
xml.required = true
html.required = true
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment