beckje01 / grails-code-coverage

Git Repo of the Grails Code Coverage plugin.
http://grails.org/plugin/code-coverage
16 stars 26 forks source link

Support for net.sourceforge.cobertura.CoverageIgnore annotation #40

Open casperbang opened 9 years ago

casperbang commented 9 years ago

Added support for cobertura's net.sourceforge.cobertura.CoverageIgnore annotation, making it possible to ignore trivial methods erroneously flagging branch coverage of Grails/Groovy code.

beckje01 commented 9 years ago

Thanks for the update, I'll test this later this week and get it merged.