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
I've tried to apply the plugin to my java only project, but got no coverage.
After investigation of the plugin's source code I found out that the plugin is completely configured if kotlin plugin is applied to a project.
I've tried to apply kotlin plugin and finally got code coverage.
Kover can use JaCoCo or intellij-coverage engines that both support java.
Is there any reason why kover doesn't support projects with only java sources?
The text was updated successfully, but these errors were encountered:
Hi,
at the moment, Kover is a tool for projects written in Kotlin. Java code support has been added for projects migrating to Kotlin.
There are no short-term plans to add full support for Java-only projects, but it may be added in the future in a limited form.
I've tried to apply the plugin to my java only project, but got no coverage.
After investigation of the plugin's source code I found out that the plugin is completely configured if kotlin plugin is applied to a project.
I've tried to apply kotlin plugin and finally got code coverage.
Kover can use JaCoCo or intellij-coverage engines that both support java.
Is there any reason why kover doesn't support projects with only java sources?
The text was updated successfully, but these errors were encountered: