Skip to content
Snippets Groups Projects
Commit b2958c4b authored by Arnaud LABOUREL's avatar Arnaud LABOUREL
Browse files

Changed gradle config for jacoco

parent 60ea853e
No related branches found
No related tags found
No related merge requests found
Pipeline #45623 passed
...@@ -38,6 +38,6 @@ tasks.jacocoTestReport { ...@@ -38,6 +38,6 @@ tasks.jacocoTestReport {
dependsOn("test") dependsOn("test")
reports { reports {
xml.required = true xml.required = true
html.outputLocation = layout.buildDirectory.dir("jacocoHtml") html.outputLocation = layout.buildDirectory.dir("build/reports/jacoco/test/jacocoTestReport.xml")
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment