kotlinx-kover
kotlinx-kover copied to clipboard
A class is not included in the test coverage report if it is written in a separate file on one line.
Describe the bug Same test suite, but different instruction coverage measurements exist
Expected behavior Сoverage measurements should be equal
Reproducer When a class written in a separate file on one line, it is not included in test coverage. But if you write it in several lines, it will be included in the test coverage report.
Reports
Environment
- Kover Gradle Plugin version: 0.8.3
- Gradle version: 8.6
- Kotlin project type: Kotlin/Android
- Coverage Toolset (if customized in build script): Kover