From eb64ec3ecd26478e450e031bd3cf087943db3f55 Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Wed, 16 Oct 2024 12:28:22 -0700 Subject: [PATCH] Fix code coverage (#2275) --- gradle/jacoco.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle/jacoco.gradle b/gradle/jacoco.gradle index 7f3f12df6..06401fe2d 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