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 24afc25 commit 7cea99bCopy full SHA for 7cea99b
utils/config-utils/build.gradle.kts
@@ -29,6 +29,7 @@ val excludedClassesCoverage by extra(
29
// tested in internal-api
30
"datadog.trace.bootstrap.config.provider.StableConfigParser",
31
"datadog.trace.bootstrap.config.provider.SystemPropertiesConfigSource",
32
+ "datadog.trace.config.inversion.ConfigInversionStrictStyle",
33
)
34
35
@@ -42,7 +43,8 @@ val excludedClassesBranchCoverage by extra(
42
43
44
val excludedClassesInstructionCoverage by extra(
45
listOf(
- "datadog.trace.config.inversion.GeneratedSupportedConfigurations"
46
+ "datadog.trace.config.inversion.GeneratedSupportedConfigurations",
47
+ "datadog.trace.config.inversion.SupportedConfigurationSource"
48
49
50
0 commit comments