File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ tasks.named<JacocoReport>("jacocoTestReport") {
7070 ! it.absolutePath.contains(" io/opentelemetry/proto/" ) &&
7171 ! it.absolutePath.contains(" io/opentelemetry/exporter/jaeger/proto/" ) &&
7272 ! it.absolutePath.contains(" io/opentelemetry/sdk/extension/trace/jaeger/proto/" ) &&
73- ! it.absolutePath.contains(" io/opentelemetry/api/trace/attributes/SemanticAttributes" ) &&
74- ! it.absolutePath.contains(" io/opentelemetry/semconv/trace/attributes/SemanticAttributes" ) &&
73+ ! it.absolutePath.contains(" io/opentelemetry/semconv/trace/attributes/" ) &&
7574 ! it.absolutePath.contains(" AutoValue_" ) &&
7675 // TODO(anuraaga): Remove exclusion after enabling coverage for jfr-events
7776 ! it.absolutePath.contains(" io/opentelemetry/sdk/extension/jfr" )
You can’t perform that action at this time.
0 commit comments