scct icon indicating copy to clipboard operation
scct copied to clipboard

Feature request: add the ability to exclude classes from the coverage report

Open firepub-pfreeman opened this issue 12 years ago • 4 comments

We generate a number of classes in our code base and it would be useful to exclude packages or files from the final code coverage report.

firepub-pfreeman avatar Oct 17 '12 17:10 firepub-pfreeman

I've been wondering when someone finds a need for this :)

Will look into it when I get a chance.

Shouldn't be too difficult if e.g. regex's are enough to distinguish excluded paths/classes.

mtkopone avatar Oct 22 '12 09:10 mtkopone

Regex would be fine. Also tying this feature into mavens standard includes, excludes mechanism would be nice. http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html

firepub-pfreeman avatar Oct 22 '12 13:10 firepub-pfreeman

I'd like to +1 this! :)

siddhuwarrier avatar Mar 21 '13 14:03 siddhuwarrier

Any pointers on how to get started with this? I wouldn't mind adding it to a fork and submitting a PR.

diegovar avatar May 09 '13 16:05 diegovar