Hi. I am looking into Kotlin code coverage. There ...
# android
n
Hi. I am looking into Kotlin code coverage. There is an open issue on Jacoco for inline functions not marked as covered. https://github.com/jacoco/jacoco/issues/654#issuecomment-976535154 1. I would like to know if Kover accounts for this case, and fixes the issue (marks inline functions as covered). 2. Is the output report compatible in the style of what Jacoco gives us? 3. I am interested in prototyping using Kover - but we don't use Gradle (we use Buck), so any help understanding what I need to supply to Kover to get it working outside of the Gradle plugin would be very helpful. I am combing through the plugin source at the moment, but ideally I just want a trivial way of forcing Kover to run on the Kotlin code, instead of Jacoco.
x
better to ask in #code-coverage?
🙌 1
n
Thanks, I will do that.