but its happen when running junit5, if only run junit 4 task its work fine..
On Fri, 9 Oct 2020 at 21.43 Evgeny Mandrikov <[email protected]> wrote: > > On Friday, October 9, 2020 at 3:15:40 PM UTC+2 [email protected] > wrote: > >> >> this is my jacoco setup >> https://pastebin.com/twUNzNXc >> >> i have declare the test depends on >> ":feature_response_api:testReleaseCandidateDevUnitTest" >> but I don't know why, if I run the test through >> ./gradlew jacocoTestReport it will run with all the build variant >> > > Probably because Gradle task jacocoTestReport depends on the tasks to > build all variants. > Please refer to the Gradle documentation or Gradle community/support about > how to manage dependencies between tasks. > > >> example ":feature_response_api:testDebugUnitTest", >> ":feature_response_api:testReleaseCandidateStagingUnitTest" >> >> but if I run with ./gradlew >> :feature_response_api:testReleaseCandidateDevUnitTest its work fine >> On Friday, October 9, 2020 at 9:08:53 PM UTC+8 Wahyu Permadi wrote: >> >>> 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/a4664525-ec49-4b3f-96b9-4fae48ea982an%40googlegroups.com > <https://groups.google.com/d/msgid/jacoco/a4664525-ec49-4b3f-96b9-4fae48ea982an%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CALngWe3_nqioZ4CFYHFHq678FxpVRuU8uMR8_KzRymRcwczbWQ%40mail.gmail.com.
