Skip to content

Commit

Permalink
Adjust minimumBranchCoverage to account for new double-checked lock i…
Browse files Browse the repository at this point in the history
…n SharedCommunicationObjects
  • Loading branch information
mcculls committed Dec 28, 2024
1 parent 9ee929b commit c9cf18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion communication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
}

ext {
minimumBranchCoverage = 0.6
minimumBranchCoverage = 0.5
minimumInstructionCoverage = 0.8
excludedClassesCoverage = [
'datadog.communication.ddagent.ExternalAgentLauncher',
Expand Down

0 comments on commit c9cf18f

Please sign in to comment.