File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ excludedClassesCoverage += [
181181 " datadog.trace.api.iast.Taintable" ,
182182 " datadog.trace.api.Stateful" ,
183183 " datadog.trace.api.Stateful.1" ,
184+ // BaggageContext class tested in BaggagePropagatorTest in dd-trace-core
185+ ' datadog.trace.bootstrap.instrumentation.api.BaggageContext' ,
184186 // a stub
185187 " datadog.trace.bootstrap.instrumentation.api.ProfilingContextIntegration" ,
186188 " datadog.trace.bootstrap.instrumentation.api.ProfilingContextIntegration.NoOp" ,
@@ -205,9 +207,7 @@ excludedClassesCoverage += [
205207 ' datadog.trace.util.stacktrace.StackTraceFrame' ,
206208 ' datadog.trace.api.iast.VulnerabilityMarks' ,
207209 ' datadog.trace.api.iast.securitycontrol.SecurityControlHelper' ,
208- ' datadog.trace.api.iast.securitycontrol.SecurityControl' ,
209- // BaggageContext class tested in BaggagePropagatorTest in dd-trace-core
210- ' datadog.trace.core.util.BaggageContext'
210+ ' datadog.trace.api.iast.securitycontrol.SecurityControl'
211211]
212212excludedClassesBranchCoverage = [
213213 ' datadog.trace.api.ProductActivationConfig' ,
You can’t perform that action at this time.
0 commit comments