so, what is currently the best working code covera...
# announcements
n
so, what is currently the best working code coverage tool for kotlin other than using idea itself ? that is not possible in github checks afaik inlined calls, extension functions and suspend functions are rather random in their coverage in jacoco
s
maybe this could be useful

https://www.youtube.com/watch?v=yjhQiP0329M

n
already using ktlint, the question is about coverage.. it is just not reliable
1
https://codecov.io/gh/kittinunf/Fuel this uses jacoco and codecov.io and the actually covered code is much higher.. some PRs are marked as errors because of 0% coverage just because all functions edited are suspend functions or extension functions