Is there a better unit test code coverage tool tha...
# announcements
a
Is there a better unit test code coverage tool than Jacoco for Kotlin ? It appears Jacoco analyzes the byte code generated from Kotlin compiler so results are slightly off from what you would expect from reading Kotlin source code.
n
I believe IntelliJ has built in code coverage analysis, but I'm not entirely familiar with it. Have you tried that?
a
No. I work on Android Studio. Although it is based on IntelliJ I’ve never tried it.
n
a
Thanks. Will have a look.
c
pitests is nice and works well with kotlin