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
Classes annotated with @AndroidEntryPoint generate a java class (e.g. Hilt_*) in the same package. JaCoCo plugin isn't aware of this byte transformation and therefore the coverage of the annotated class is reported as 0. To fix that, we need to extend the auto-generated class as mentioned in the above workaround until the issue is resolved by hilt/jacoco.