Hi,
Has anyone evaluated the code coverage options for Kotlin?
I’ve noticed the in IDE functionality doesn’t appear to work, but how about things like Cobertura?
Any experiences?
Cheers,
Andrew
Hi,
Has anyone evaluated the code coverage options for Kotlin?
I’ve noticed the in IDE functionality doesn’t appear to work, but how about things like Cobertura?
Any experiences?
Cheers,
Andrew
Any coverage tool that you feed byte code in should work for Kotlin. The IDE support does not work only because there's no UI for it. Feel free to file an issue.