Is there a way to exclude methods like getter/setter/constructor from the scope of testing when using kotlin and jacoco together?
From jacoco 0.8.7 and Kotlin version 1.5 or later, it is said that if you use lateinit, it is excluded, but it is still included in the test report.
I've been struggling for a few days, please help if there is a way to solve it
This is the site I referenced
https://andrey-fomenkov.medium.com/kotlin-jacoco-tuning-compiler-to-skip-generated-code-935fcaeaa391 https://github.com/jacoco/jacoco/wiki/FilteringOptions