openclover / clover

This repository contains source code of OpenClover Core as well as its integrations: Clover-for-Ant, Clover-for-Eclipse and Clover-for-IDEA plugins. Sources are licensed under Apache 2.0 license.
Other
59 stars 15 forks source link

OC-13 Clover for Gradle: Cross-references between modules are not picked up by Clover #13

Open marek-parfianowicz opened 4 years ago

marek-parfianowicz commented 4 years ago

HTR Have project with 2 modules In Module 1 have a class, ClassA In Module 2 have a class ClassB and ClassB which uses ```ClassA```` Write test which executes ClassB and effectively ClassA methods Generate Clover report Expected result Clover correctly determine references between classes in different modules

Actual result Clover report indicates CloverA as not covered by any test.

marek-parfianowicz commented 4 years ago

Original report: https://bitbucket.org/openclover/clover/issues/13