Hi there. Anyone here measuring code coverage on a...
# multiplatform
l
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
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
thx! i guess that’ll be our approach as well then. until something nicer comes along that is.