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
This plugin works fine for regular JVM unit tests (testDebugUnitTest task), but any instrumented unit tests in the androidTest folder aren't run or considered in the JaCoCo report.
Is there a way to modify this to support the androidTest unit tests as well? Happy to help with a PR as well, just want to discuss if this is a bug or expected behavior.
The text was updated successfully, but these errors were encountered:
This plugin works fine for regular JVM unit tests (
testDebugUnitTest
task), but any instrumented unit tests in theandroidTest
folder aren't run or considered in the JaCoCo report.Is there a way to modify this to support the
androidTest
unit tests as well? Happy to help with a PR as well, just want to discuss if this is a bug or expected behavior.The text was updated successfully, but these errors were encountered: