Happy to see that JaCoCo makes progress on the Kotlin front, esp. regarding inlining. It can drive you nuts if you drop several % in code coverage just because a function is inlined 😄
Now I just hope that Codecov also catches up with Kotlin support so that my project finally has coverage on their platform too 😮
https://codecov.io/gh/fluidsonic/fluid-json/commit/bad8fcf4b95520994c258c64c607fdff489be192
I'm still not sure whether it's a JaCoCo problem or a Codecov problem 🤔
JaCoCo doesn't add path names to the XML report which makes a proper file mapping more difficult for Codecov.