Skip to content

Commit

Permalink
UPDATE: gradle jacoco task to depend on test tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Dec 19, 2019
1 parent 34eb8f6 commit b04f6e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ jacocoTestReport {
html.enabled = true
}
}

jacocoTestReport.dependsOn test
jacocoTestReport.dependsOn slowTest
check.dependsOn jacocoTestReport

0 comments on commit b04f6e2

Please sign in to comment.