When using the cobertura-maven-plugin for Java, I get a nice <instrumentation>
block in the config where I can put the incredibly useful <ignoreMethodAnnotation>
block.
Best thing to happen to coverage since the gin martini.
Now I'm using scoverage-sbt, but I can't seem to find where I can configure it! The available keys in build.scala are limited. I can do package exclusion and file exclusion but there's nowhere to tell cobertura anything else.
Is there a -D I can supply on the SBT command line, maybe?