Hi,

we use gradle jacoco plugin (with the actual version of jacoco "
0.7.6.201602180812"). 
We want to exclude classes from the analysis and use the JaCoCo Task 
extension, but it dosn't work. The command line params include the param 
"excludes", but it dosn't exclude the classes from analysis.

What's wrong with our configuration? 

the resulting command line output:
.....append=true,excludes=*Controller:Application:UrlMappings,.....

build.gradle

test {
  jacoco {
    excludes = ['*Controller',
                'Application',
                'UrlMappings']
  }
}


-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/ea1b1b4e-8221-489f-bd99-58cfe3f7f040%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to