I am using jacoco-maven-plugin [0.6.4.201312101107,),sonar-mavenplugin 3.3.0.603,maven-surefire-plugin 2.14.1 and facing an issue with indirect coverage i.e. Class A calls Class B (dao class),there are unit tests in class A which run Class b code but there are no unit tests in class B as such ,so indirectly the code is being covered but it does not consider Class B in coverage at all and shows 0% against it ,both the classes are in different modules.
Tried quite a few things like report-aggregate but nothing seems to work.Appreciate any help on this. Some solutions talkabout cross module coverage but they have tests in both the modules but in my case the class in other module does not have any tests at all. -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/1b6a1a7d-e7b1-4dd7-bd65-32fab6a2db05o%40googlegroups.com.