We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bff47 commit 0356799Copy full SHA for 0356799
dd-java-agent/testing/build.gradle
@@ -31,6 +31,7 @@ excludedClassesCoverage += [
31
'datadog.trace.agent.test.AgentTestRunner',
32
'datadog.trace.agent.test.AbortTransformationException',
33
'datadog.trace.agent.test.naming.VersionedNamingTestBase',
34
+ 'datadog.trace.agent.test.server.http.HttpProxy.AsyncPipe',
35
'datadog.trace.agent.test.server.http.TestHttpServer.*',
36
'datadog.trace.agent.test.utils.*',
37
// Avoid applying jacoco instrumentation to classes instrumented by tested agent
0 commit comments