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
Saša Šijak
11/01/2018, 3:48 PM
maybe this could be useful
https://www.youtube.com/watch?v=yjhQiP0329M▾
n
Nikky
11/01/2018, 3:52 PM
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