We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32968c0 commit 254f697Copy full SHA for 254f697
build.gradle
@@ -846,6 +846,9 @@ task integTestRemote(type: RestIntegTestTask) {
846
}
847
848
integTestRemote.enabled = System.getProperty("tests.rest.cluster") != null
849
+
850
+tasks.integTestRemote.finalizedBy(jacocoTestReport) // report is always generated after integration tests run
851
852
// should be updated appropriately, when we add integTests in future
853
integTest.enabled = false
854
0 commit comments