We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c4c86 commit 80aea4dCopy full SHA for 80aea4d
1 file changed
all/build.gradle
@@ -57,6 +57,7 @@ tasks.named('jacocoTestReport', JacocoReport) {
57
!it.absolutePath.contains("io/opentelemetry/exporter/jaeger/proto/") &&
58
!it.absolutePath.contains("io/opentelemetry/sdk/extension/trace/jaeger/proto/") &&
59
!it.absolutePath.contains("io/opentelemetry/api/trace/attributes/SemanticAttributes") &&
60
+ !it.absolutePath.contains("io/opentelemetry/semconv/trace/attributes/SemanticAttributes") &&
61
!it.absolutePath.contains("AutoValue_")
62
})
63
}
0 commit comments