You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: