Skip to content

Commit

Permalink
Always append to exec file to get precise reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Mar 15, 2016
1 parent 8ed2a60 commit c8b59d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ task integrationTest(type: Test) {

tasks.withType(Test) {
reports.html.destination = file("${reporting.baseDir}/${name}")
jacoco {
append = true
}
}

jacocoTestReport {
Expand Down

0 comments on commit c8b59d9

Please sign in to comment.