asarazan / koverage

100% code coverage for Kotlin
Apache License 2.0
9 stars 1 forks source link

Support `when` on a `sealed class` #13

Open nickcapurso opened 6 years ago

nickcapurso commented 6 years ago

Jacoco will flag you for a missing branch when testing all options of a when over a sealed class (for not having a default / else).