Did anybody manage to get codecov.io working with Kotlin + JaCoCo when source path and package name do not match?
The generated coverage report XML only contains source file names, not paths, which prevents codecov from reporting any coverage 😞
p
pajatopmr
11/29/2018, 11:34 PM
Can’t help you much with codecov.io but I do seem to recall getting Kotlin and Jacoco working (only on JVM target of course) with IntelliJ when I had source code inadvertently in the wrong place. Since then I have modified the source to be package aligned. Fwiw. This is using multiplatform.