jonathanlermitage / tikione-jacocoverage

NetBeans module that provides JaCoCo code coverage for Ant based Java SE, Java EE and NetBeans Module projects (JDK5,6,7,8 compatible).
http://plugins.netbeans.org/plugin/48570/?show=true
Apache License 2.0
27 stars 25 forks source link

Where is total Code Coverage ? #31

Closed partho-maple closed 9 years ago

partho-maple commented 9 years ago

I am using this plugins on my Netbeans and run the test. But there is only code coverage for separate classes. Where can i find the total code coverage of a Java project ? Please suggest.

screenshot_19

jonathanlermitage commented 9 years ago

The plugin reports are generated by the JaCoCo library. Maybe there's an option to show global coverage. You could ask question to http://www.eclemma.org/jacoco/ ;)