You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Then I check the type of an object not using class parameters
is VerificationFailedException -> {
...
}
In that case, the class is not included in the test coverage report if it is written in a separate file on one line. But if the class parameter is used in the code, then the single-line class will be included in test coverage
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
The text was updated successfully, but these errors were encountered: