hello everybody :slightly_smiling_face: this is ha...
# code-coverage
t
hello everybody 🙂 this is happening from times to times and it is dropping the coverage, the project is using Kover does anyone knows how to solve this? there are also some “uncovered” lines on the KDoc, what does not make any sense
Screenshot 2023-03-23 at 14.55.05.png
d
Kover is an abstraction around two engines; JaCoCo and IntelliJ. Which one have you chosen in Kovers configuration? My guess is it will be JaCoCo, in which case configure IntelliJ. It's natural that the IntelliJ engine will be keeping better pace with the Kotlin language and generated bytecode which AFAIK are both important for accurate coverage.