Update code coverage config to be more clear (#365)
This commit is contained in:
parent
212b80d877
commit
79865a8472
|
@ -1,11 +1,8 @@
|
||||||
apply from: "${rootDir}/gradle/java.gradle"
|
apply from: "${rootDir}/gradle/java.gradle"
|
||||||
|
|
||||||
minimumBranchCoverage = 0.6
|
// TODO this is not the desired state, only reflects current reality
|
||||||
minimumInstructionCoverage = 0.8
|
minimumBranchCoverage = 0
|
||||||
excludedClassesCoverage += [
|
minimumInstructionCoverage = 0
|
||||||
'io.opentelemetry.auto.tooling.*',
|
|
||||||
'io.opentelemetry.auto.typed.*'
|
|
||||||
]
|
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
// classpath used by the instrumentation muzzle plugin
|
// classpath used by the instrumentation muzzle plugin
|
||||||
|
@ -38,4 +35,3 @@ dependencies {
|
||||||
instrumentationMuzzle configurations.compile
|
instrumentationMuzzle configurations.compile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue