Hi there. Anyone here measuring code coverage on a kotlin multiplatform project? Are there any good tools out there?
JaCoCo
obviously helps with JVM code only at best, right?
b
basher
01/26/2020, 3:43 PM
We use Jacoco as a proxy for overall and try to limit platform-specific code. Pretty sure code coverage is implemented for native, but I haven't tried it
đŸ¤” 1
l
lavong
01/26/2020, 4:50 PM
thx! i guess that’ll be our approach as well then. until something nicer comes along that is.