Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
#1 Add jacoco report generation on test run
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Nov 13, 2018
1 parent b3f0531 commit 70ee348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ apply plugin: 'java'
jacocoTestReport {
reports {
xml.enabled = true
xml.setDestination(file("${buildDir}/reports/jacoco/test/report.xml"))
}
}

Expand All @@ -46,6 +47,7 @@ test {
jacoco {
append = false
}
finalizedBy jacocoTestReport
}

// IDE run and debugging
Expand Down

0 comments on commit 70ee348

Please sign in to comment.