Skip to content

Commit

Permalink
Generate jacoco report for integTestRemote task (#5049)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks authored Jan 22, 2025
1 parent 2bef10c commit a1ccbd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,9 @@ task integTestRemote(type: RestIntegTestTask) {
}

integTestRemote.enabled = System.getProperty("tests.rest.cluster") != null

tasks.integTestRemote.finalizedBy(jacocoTestReport) // report is always generated after integration tests run

// should be updated appropriately, when we add integTests in future
integTest.enabled = false

Expand Down

0 comments on commit a1ccbd5

Please sign in to comment.