Skip to content

Commit

Permalink
Fix code coverage (temporalio#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Oct 16, 2024
1 parent acfadbf commit eb64ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ subprojects {
// Some tests don't work with Jacoco.
// It's not a bug, they are just written assuming that they are working not with a proxy, but a pure instance.
exclude 'io/temporal/workflow/KotlinAsyncChildWorkflowTest.class'
exclude 'io/temporal/workflow/KotlinAsyncNexusTest.class'
}

testCodeCoverageReport.dependsOn jacocoTestReport
Expand Down

0 comments on commit eb64ec3

Please sign in to comment.