Merlin (they)
10/23/2023, 12:35 AMinstrumentationTests.all
option
2. Also, how can I include instrumentation tests in kover coverage reports?
android {
testOptions {
unitTests.all {
useJUnitPlatform()
testLogging {
events 'passed', 'skipped', 'failed'
}
}
}
}