We are using the Clover plugin on Hudson. Is it possible to set a property on hudson to exclude certain files / packages from being analyzed by clover? I was looking at the project documentation but didnt come across anything in relation to properties
Thanks Damien
Are you using Maven? If so, I think Hudson (or Jenkins) will be use the maven plugin configuration to determine which classes to exclude. You simply configure a set of RegEx expressions that you want to exclude from instrumentation. In a similar way to the example below:
Hope that helps you out...