Skip to content

Commit a60bbe2

Browse files
amarzialidevflow.devflow-routing-intake
andauthored
Exclude ServiceNameSources from coverage (#11769)
Exclude ServiceNameSources from coverage Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent c2dec5b commit a60bbe2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal-api/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ extra["excludedClassesCoverage"] = listOf(
234234
"datadog.trace.bootstrap.instrumentation.api.SpanPostProcessor.NoOpSpanPostProcessor",
235235
"datadog.trace.util.TempLocationManager",
236236
"datadog.trace.util.TempLocationManager.*",
237+
// constants only
238+
"datadog.trace.bootstrap.instrumentation.api.ServiceNameSources",
237239
)
238240

239241
extra["excludedClassesBranchCoverage"] = listOf(

0 commit comments

Comments
 (0)