Hey is it possible to set up a Jacoco coverage rep...
# multiplatform
p
Hey is it possible to set up a Jacoco coverage report in a multiplatform project on the jvmTest task? Does anybody have an example?
d
We were able to do in on thr androidMain sourceset. Jvmmain should work too.
t
Yes, as an example, the following project targets JVM and JS and JaCoCo runs against the JVM target: https://github.com/JuulLabs/koap
p
Many thanks.
m
thanks, this was helpful :)
👍 1