diff --git a/scripts/_Events.groovy b/scripts/_Events.groovy index 11e624f..efb62c6 100644 --- a/scripts/_Events.groovy +++ b/scripts/_Events.groovy @@ -340,10 +340,12 @@ class AntInstrumentationBuildfileBuilder { 'exclude'(name: "${pattern}") } } + 'ignoreMethodAnnotation'(annotationName: "net.sourceforge.cobertura.CoverageIgnore") } } } + //println "Using Cobertura with settings:\n ${writer.toString()}" return writer.toString() } }