https://kotlinlang.org logo
#announcements
Title
# announcements
d

dragas

09/28/2017, 10:28 AM
How does kotlin deal with code coverage? Last I checked (about 6 months ago) IntelliJ seemed to return 0% regardless of executed tests.
a

aidanvii

09/28/2017, 1:09 PM
I get zero code coverage reported for inline functions..
n

nfrankel

09/28/2017, 1:20 PM
well, inline functions are supposed to be re-located at compile time how do you propose to compute code coverage of such code?
p

pablisco

10/02/2017, 7:24 AM
Well, it could not count them for the total percentage then...
9 Views