diff --git a/gradle/jacoco.gradle b/gradle/jacoco.gradle index 7f3f12df67..06401fe2d6 100644 --- a/gradle/jacoco.gradle +++ b/gradle/jacoco.gradle @@ -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