Hi team!! Can you help me! Im using Kover and fo...
# code-coverage
e
Hi team!! Can you help me! Im using Kover and for some reason the Companion Object its not covered, some idea of how do it ??
d
You don't mention if you are actually calling stuff that's defined inside the companion object. If not, do that.
l
All objects are initialized lazily. The object won’t be allocated if it’s not used.