Hey everyone, not a Kotest related topic, but rela...
# kotest
s
Hey everyone, not a Kotest related topic, but related to test: While running code coverage I see all lines of Kotlin sealed
object
are covered except the first line, the definition of the class: so
object MyObject : Person()
is not covered, while all the inner children are covered. Any idea how I can resolve this?