Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marek-parfianowicz opened this issue Dec 15, 2019 · 1 comment

Comments

@marek-parfianowicz
Copy link
Member

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant