Hi all. So i’m using Kover with the IntelliJ cove...
# compose
m
Hi all. So i’m using Kover with the IntelliJ coverage engine, but i’m still getting a lack of branch coverage despite actually covering all the branch conditions in my function. It seems pretty consistent that all the opening and closing braces on a Composable function are marked this way. As a result, i’m missing. a bunch of branches in my overall coverage number. I thought the intellij engine was supposed to handle this sort of stuff better than jacoco?
r
Probably related to the Compose's compiler plugin doing magic and misplacing a few line numbers