I have a multi-module project and before I upgraded to cobertura 2.3, the main page aggregate all my modules. But now they all come up as zero:
Afferent Coupling Average = 0.44 Nb Packages = 25PackageAfferent CouplingLine CoverageBranch Coverage org.delta.esp.dap.c2.claim20%0%org.delta.esp.dap.c2.claim10%0% org.delta.esp.dap.c2.claim.runtime10%0% org.delta.esp.dap.c2.generateclaimidproxy.proxy.runtime10%0% org.delta.esp.dap.c2.quadrant.codes10%0%org.delta.esp.dap.c2.splitclaim10%0% org.delta.esp.dap.c2.splitclaim.util10%0%org.delta.esp.dap.c2.transform.util 10%0%org.delta.esp.dap.c2.transform.util10%0%org.delta.esp.dap.c2.util10%0% But when I go directly to the cobertura test link under project reports, I see the generated report fine: <http://rc-sun66e.ut.dentegra.lab/site/1.0.1/c2/business-services/generate-claim-id/cobertura/frame-summary-org.delta.esp.dap.c2.claim.html> org.delta.esp.dap.c2.claim<http://rc-sun66e.ut.dentegra.lab/site/1.0.1/c2/business-services/generate-claim-id/cobertura/frame-summary-org.delta.esp.dap.c2.claim.html> 529% 41/143 0%0/54 <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.2</version> <configuration> <formats> <format>xml</format> <format>html</format> </formats> <instrumentation> <ignores> <ignore>com/**/*Exception.class</ignore> <ignore>org/**/*Exception.class</ignore> <ignore>com/**/BaseObject.class</ignore> <ignore>org.apache.commons.logging.* </ignore> </ignores> <excludes> <exclude>com/**/*Test.class</exclude> <exclude>org/**/*Test.class</exclude> <exclude>com/**/*Exception.class</exclude> <exclude>org/**/*Exception.class</exclude> <exclude>com/**/BaseObject.class</exclude> <exclude>org.apache.commons.logging.* </exclude> </excludes> </instrumentation> ..... <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>dashboard-maven-plugin</artifactId> <version>1.0-SNAPSHOT</version> </plugin> -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine http://tahoe.baselogic.com ---
