Hello, I want to ask, how to setup jacoco with an android test that running on Junit 4 and 5 ? ex: I have 2 unit test files UserViewModelTest => run with jUnit 4 MemberViewModelTest => run with jUnit 5 (Using spek framework)
when I run ./gradlew testDebugUnitTest its work fine but when I run with ./gradlew jacocoTestReport its run unit test on all build variant, -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/87f9a849-29ee-49fa-8177-cf3ccb8d1746n%40googlegroups.com.
