We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfadbf commit eb64ec3Copy full SHA for eb64ec3
gradle/jacoco.gradle
@@ -76,6 +76,7 @@ subprojects {
76
// Some tests don't work with Jacoco.
77
// It's not a bug, they are just written assuming that they are working not with a proxy, but a pure instance.
78
exclude 'io/temporal/workflow/KotlinAsyncChildWorkflowTest.class'
79
+ exclude 'io/temporal/workflow/KotlinAsyncNexusTest.class'
80
}
81
82
testCodeCoverageReport.dependsOn jacocoTestReport
0 commit comments