Skip to content

Commit eb64ec3

Browse files
Fix code coverage (#2275)
1 parent acfadbf commit eb64ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/jacoco.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ subprojects {
7676
// Some tests don't work with Jacoco.
7777
// It's not a bug, they are just written assuming that they are working not with a proxy, but a pure instance.
7878
exclude 'io/temporal/workflow/KotlinAsyncChildWorkflowTest.class'
79+
exclude 'io/temporal/workflow/KotlinAsyncNexusTest.class'
7980
}
8081

8182
testCodeCoverageReport.dependsOn jacocoTestReport

0 commit comments

Comments
 (0)