has anyone ran into issues with jacoco and Kotlin?...
# android
r
has anyone ran into issues with jacoco and Kotlin? Such as execution data not matching for certain class files
w
Does it generate the report for you? Overall I also recall problems with mismatched reports, we had to e.g. fork Danger’s jacoco plugin to ignore these mismatches
r
yea but some classes are ignored , which in terms drops the overrall test coverage
w
Yep, it happens. I don’t think there’s any solution for that other than raising issues and waiting for Jacoco to improve Kotlin handling.
r
hmm , im sure there has to be some kind of fix or work around
w
If you find one let me know 🙂