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

Commit

Permalink
Make sure all test coverage data is in the jacoco coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Oct 15, 2015
1 parent 671eb7d commit d2c65b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jacocoTestReport {
}
}

tasks.withType(Test) { task ->
jacocoTestReport.executionData += files("$buildDir/jacoco/${task.name}.exec")
}

pluginBundle {
website = "https://github.com/nebula-plugins/${project.name}"
vcsUrl = "https://github.com/nebula-plugins/${project.name}.git"
Expand Down

0 comments on commit d2c65b6

Please sign in to comment.