I think they are waiting until the event to add all docs
a
ankushg
09/23/2021, 12:26 AM
Curious how different this is than just using Gradle’s jacoco DSL on my JVM targets?
I'm using that right now for passable JVM coverage data, and it looks like this project doesn't add JS or Native test coverage data
j
Javier
09/24/2021, 10:29 AM
it looks like a jacoco wrapper, and jacoco is not working very good with kmp, so not sure if they will fix those problems with the wrapper easily
a
ankushg
09/24/2021, 4:15 PM
Interesting -- maybe the way we use coverage wiht KMP works fine with Jacoco because we filter things down to diff coverage
Either way, looks exciting!