Join Slack
Powered by
Hey is it possible to set up a Jacoco coverage rep...
# multiplatform
p
Patrick Doering
11/12/2020, 7:50 PM
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
dazza5000
11/12/2020, 9:03 PM
We were able to do in on thr androidMain sourceset. Jvmmain should work too.
t
travis
11/13/2020, 10:08 AM
Yes, as an example, the following project targets JVM and JS and JaCoCo runs against the JVM target:
https://github.com/JuulLabs/koap
p
Patrick Doering
11/13/2020, 10:13 AM
Many thanks.
m
Mejdi
07/05/2021, 4:56 PM
thanks, this was helpful :)
👍 1
4
Views
Open in Slack
Previous
Next