How does kotlin deal with code coverage? Last I ch...
# announcements
d
How does kotlin deal with code coverage? Last I checked (about 6 months ago) IntelliJ seemed to return 0% regardless of executed tests.
a
I get zero code coverage reported for inline functions..
n
well, inline functions are supposed to be re-located at compile time how do you propose to compute code coverage of such code?
p
Well, it could not count them for the total percentage then...