Skip to content

Commit 7cea99b

Browse files
committed
updating code coverage
1 parent 24afc25 commit 7cea99b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/config-utils/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ val excludedClassesCoverage by extra(
2929
// tested in internal-api
3030
"datadog.trace.bootstrap.config.provider.StableConfigParser",
3131
"datadog.trace.bootstrap.config.provider.SystemPropertiesConfigSource",
32+
"datadog.trace.config.inversion.ConfigInversionStrictStyle",
3233
)
3334
)
3435

@@ -42,7 +43,8 @@ val excludedClassesBranchCoverage by extra(
4243

4344
val excludedClassesInstructionCoverage by extra(
4445
listOf(
45-
"datadog.trace.config.inversion.GeneratedSupportedConfigurations"
46+
"datadog.trace.config.inversion.GeneratedSupportedConfigurations",
47+
"datadog.trace.config.inversion.SupportedConfigurationSource"
4648
)
4749
)
4850

0 commit comments

Comments
 (0)