We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee929b commit c9cf18fCopy full SHA for c9cf18f
1 file changed
communication/build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
}
26
27
ext {
28
- minimumBranchCoverage = 0.6
+ minimumBranchCoverage = 0.5
29
minimumInstructionCoverage = 0.8
30
excludedClassesCoverage = [
31
'datadog.communication.ddagent.ExternalAgentLauncher',
0 commit comments