Skip to content

Commit f341733

Browse files
committed
Revert "Fix sporadic CI failures"
This reverts commit 4b77188.
1 parent 42e4abe commit f341733

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ tasks {
7676
exceptionFormat = TestExceptionFormat.FULL
7777
showStandardStreams = true
7878
}
79-
80-
configure<JacocoTaskExtension> {
81-
// only care about code coverage for code in this repository
82-
// (in particular avoiding netty classes which sometimes end up
83-
// causing sporadic CI failures)
84-
includes = listOf("io/opentelemetry/contrib/**")
85-
}
8679
}
8780

8881
withType<Javadoc>().configureEach {

0 commit comments

Comments
 (0)