Is there any good code coverage library for Kotlin...
# announcements
k
Is there any good code coverage library for Kotlin like Cobertura or JaCoCo is for Java? It has be FLOSS of-course
m
Jacoco works reasonably well, and there are Issues raised to attempt to fix some of the cases it doesn’t handle well.