Skip to content

Commit a1ccbd5

Browse files
authored
Generate jacoco report for integTestRemote task (#5049)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 2bef10c commit a1ccbd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,9 @@ task integTestRemote(type: RestIntegTestTask) {
847847
}
848848

849849
integTestRemote.enabled = System.getProperty("tests.rest.cluster") != null
850+
851+
tasks.integTestRemote.finalizedBy(jacocoTestReport) // report is always generated after integration tests run
852+
850853
// should be updated appropriately, when we add integTests in future
851854
integTest.enabled = false
852855

0 commit comments

Comments
 (0)