Exclude SemanticAttributes from coverage. (#2303)
This commit is contained in:
parent
c108f62158
commit
36062bf4b1
|
|
@ -55,7 +55,8 @@ tasks.named('jacocoTestReport', JacocoReport) {
|
||||||
!it.absolutePath.contains("/internal/shaded/") &&
|
!it.absolutePath.contains("/internal/shaded/") &&
|
||||||
!it.absolutePath.contains("io/opentelemetry/proto/") &&
|
!it.absolutePath.contains("io/opentelemetry/proto/") &&
|
||||||
!it.absolutePath.contains("io/opentelemetry/exporter/jaeger/proto/") &&
|
!it.absolutePath.contains("io/opentelemetry/exporter/jaeger/proto/") &&
|
||||||
!it.absolutePath.contains("io/opentelemetry/sdk/extension/trace/jaeger/proto/")
|
!it.absolutePath.contains("io/opentelemetry/sdk/extension/trace/jaeger/proto/") &&
|
||||||
|
!it.absolutePath.contains("io/opentelemetry/api/trace/attributes/SemanticAttributes")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
additionalSourceDirs(sourcesPath.incoming.artifactView { lenient(true) }.files)
|
additionalSourceDirs(sourcesPath.incoming.artifactView { lenient(true) }.files)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue