Hi, does anyone knows if there is a way to get cod...
# getting-started
s
Hi, does anyone knows if there is a way to get code coverage for the test suite of the kotlin repo? Specifically, I am interested in getting code coverage for the kotlin compiler. Thanks in advance!!
d
There is no ready solution for it. You can try to setup some coverage tool in kotlin project by yourself, if you really want BTW why do you need this (if it's not a secret)?
s
Thanks for your quick response! I want to measure the coverage for some experiments in a research project.
a
didn't I hear a mention about a lib called Kover?
s
@andylamax Do you know if they used it in the kotlin repo? I couldn't find anything. I am not very familiar with Gradle, and their build scripts are a bit complicated to edit them. I gave it a try but without success.
d
There are no coverage tools used in kotlin repo
👍 1
a
Sadly I do not. I just heard of Kover in the latest Kotlin Event. I don't even know how to hook it up yet with gradle or any other build tool