Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the plugin in java project #504

Closed
SurpSG opened this issue Nov 6, 2023 · 1 comment
Closed

Using the plugin in java project #504

SurpSG opened this issue Nov 6, 2023 · 1 comment
Assignees
Labels
Question Support request issue type S: in progress Status: implementing or design in process

Comments

@SurpSG
Copy link

SurpSG commented Nov 6, 2023

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?

@SurpSG SurpSG added Question Support request issue type S: untriaged Status: issue reported but unprocessed labels Nov 6, 2023
@shanshin
Copy link
Collaborator

shanshin commented Nov 7, 2023

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.

@shanshin shanshin added S: in progress Status: implementing or design in process and removed S: untriaged Status: issue reported but unprocessed labels Nov 7, 2023
@SurpSG SurpSG closed this as completed Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Support request issue type S: in progress Status: implementing or design in process
Projects
None yet
Development

No branches or pull requests

2 participants