Skip to content

Commit

Permalink
Exclude all, not just span, generated semconv from coverage (#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal authored Feb 18, 2021
1 parent e60b810 commit 0eb4fb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions all/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ tasks.named<JacocoReport>("jacocoTestReport") {
!it.absolutePath.contains("io/opentelemetry/proto/") &&
!it.absolutePath.contains("io/opentelemetry/exporter/jaeger/proto/") &&
!it.absolutePath.contains("io/opentelemetry/sdk/extension/trace/jaeger/proto/") &&
!it.absolutePath.contains("io/opentelemetry/api/trace/attributes/SemanticAttributes") &&
!it.absolutePath.contains("io/opentelemetry/semconv/trace/attributes/SemanticAttributes") &&
!it.absolutePath.contains("io/opentelemetry/semconv/trace/attributes/") &&
!it.absolutePath.contains("AutoValue_") &&
// TODO(anuraaga): Remove exclusion after enabling coverage for jfr-events
!it.absolutePath.contains("io/opentelemetry/sdk/extension/jfr")
Expand Down

0 comments on commit 0eb4fb2

Please sign in to comment.