Skip to content

Commit e1898f3

Browse files
committed
Revert "Fix sporadic CI failures"
This reverts commit b71e43a.
1 parent 3481ff9 commit e1898f3

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
@@ -70,13 +70,6 @@ tasks {
7070
exceptionFormat = TestExceptionFormat.FULL
7171
showStandardStreams = true
7272
}
73-
74-
configure<JacocoTaskExtension> {
75-
// only care about code coverage for code in this repository
76-
// (in particular avoiding netty classes which sometimes end up
77-
// causing sporadic CI failures)
78-
includes = listOf("io/opentelemetry/contrib/**")
79-
}
8073
}
8174

8275
withType<Javadoc>().configureEach {

0 commit comments

Comments
 (0)