diff --git a/build.gradle b/build.gradle index 7ac7b4f2fd..5d66c030bb 100644 --- a/build.gradle +++ b/build.gradle @@ -548,6 +548,8 @@ task integrationTest(type: Test) { shouldRunAfter test } +tasks.integrationTest.finalizedBy(jacocoTestReport) // report is always generated after integration tests run + //run the integrationTest task before the check task check.dependsOn integrationTest