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
When running our unit tests if we run them with kover:koverHtmlReport or kover:koverVerify we are getting an out of memory error ```
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "/127.0.0.1:51537 to /127.0.0.1:51536 workers Thread 2"
This is causing the job to fail but if we run the Unit tests with these commands they all pass with flying colours.
Errors
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "/127.0.0.1:51537 to /127.0.0.1:51536 workers Thread 2"
Expected behavior
We can run the Unit tests with the kover commands without suffering from an out of memory error.
Reproducer
A link to your project, if it is open source. Otherwise, please try to reproduce the problem on a small project.
If this is not feasible, give an example of the code on which the problem manifests itself.
Reports
If applicable, report files or screenshots.
Environment
Kover Gradle Plugin version: [0.7.6]
Gradle version: [8.3.0]
Kotlin project type: [Kotlin/Android]
Coverage Toolset (if customized in build script): [Kover]
Other context important for this bug: [N/A]
The text was updated successfully, but these errors were encountered:
Describe the bug
When running our unit tests if we run them with kover:koverHtmlReport or kover:koverVerify we are getting an out of memory error ```
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "/127.0.0.1:51537 to /127.0.0.1:51536 workers Thread 2"
Errors
Expected behavior
We can run the Unit tests with the kover commands without suffering from an out of memory error.
Reproducer
A link to your project, if it is open source. Otherwise, please try to reproduce the problem on a small project.
If this is not feasible, give an example of the code on which the problem manifests itself.
Reports
If applicable, report files or screenshots.
Environment
The text was updated successfully, but these errors were encountered: