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 42e4abe commit f341733Copy full SHA for f341733
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -76,13 +76,6 @@ tasks {
76
exceptionFormat = TestExceptionFormat.FULL
77
showStandardStreams = true
78
}
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
- }
86
87
88
withType<Javadoc>().configureEach {
0 commit comments