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
When I'm selecting "Run Tests in <package_name> with Coverage" in Android Studio.
The test coverage report works as long as I don't run any tests written with Spek.
Including Spek tests the report is showing 0 % coverage everywhere.
I fear loosing coverage reports is a K.O. criteria for using Spek for me. Do you know how to fix that?
The text was updated successfully, but these errors were encountered:
Sorry, this is an Android Studio bug and I experienced that issue too with JUnit4 tests written in Kotlin. I don't know the exact problem. Anyway, simply cleaning the project helps.
When I'm selecting "Run Tests in <package_name> with Coverage" in Android Studio.
The test coverage report works as long as I don't run any tests written with Spek.
Including Spek tests the report is showing 0 % coverage everywhere.
I fear loosing coverage reports is a K.O. criteria for using Spek for me. Do you know how to fix that?
The text was updated successfully, but these errors were encountered: