Hello,
We have implemented the Junit for beans classes using openpojo in our maven project. Junits runs fine when executed manually in IDE.
But when we run Jacoco command then coverage is not coming, in fact it looks like the junit class itself does not get executed. Verified by adding some loggers and those loggers are not printed.
Any pointer , how the coverage can come in Jacoco report and get this junit run.
Thank you.