Is it possible for Instrumented tests to create coverage for a library module?
问题 I am in the process of modularising the app I am working on and my coverage has dropped over 20% since splitting my instrumentation tests into the app module. The app is being split into app , core , custom , where core is an android library and the other 2 modules are apps. The majority of the app's functionality will live in core and it is currently mostly tested through instrumentation tests which now reside in app . Is there a way that instrumentation tests in an application module can