Is there a way to configure the code coverage tool to exclude certain classes from coverage? I know there's a java.test.coverage property but haven't been able to find any details on how to configure it, other than the appendResult property.
If there is currently no way to do this, it would be great to add it as a new feature.