In gradle, in the android section, I have this code, which forces the test logger to show the state of every test, instead of just failing ones.
1. How can I do this same thing for instrumentation tests? There does not seem to be a
instrumentationTests.all
option
2. Also, how can I include instrumentation tests in kover coverage reports?