Is there a way to exclude code from inclusion into Cobertura coverage reports? We have some methods that should not be included in the coverage report and therefore not driv
Remember to exclude inner classes too.
path/to/class/MyClass*.class
It took me ages to notice I was missing an asterisk!