From: <Pau...@us...> - 2010-12-30 21:47:52
|
Is there a way to exclude or ignore particular Classes or packages from the coverage report? I have tried to do the below but it looks like it is not working. <configuration> <instrumentation> <ignores> <ignore>com.package.to.exclude.*</ignore> </ignores> <excludes> <exclude>com/package/to/exclude/testtoexclude.class</exclude> </excludes> </instrumentation> </configuration> Thanks Paul |