Skip to content
Prev Previous commit
Next Next commit
Added Jacoco plugin to build file 7
  • Loading branch information
rishavs committed Nov 26, 2018
commit f86d435be0a1a634486a5579002e1a53722fb86a
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ jacocoTestReport {
xml.destination "${buildDir}/reports/code-cov-report.xml"
html.enabled true
html.destination "${buildDir}/reports/code-cov-report.html"
}
}

check.dependsOn jacocoTestReport