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

Add support of Kover Gradle Plugin to IntelliJ IDEA #267

Open
shanshin opened this issue Oct 27, 2022 · 2 comments
Open

Add support of Kover Gradle Plugin to IntelliJ IDEA #267

shanshin opened this issue Oct 27, 2022 · 2 comments
Assignees
Labels
Feature Feature request issue type Implement in KGP

Comments

@shanshin
Copy link
Collaborator

shanshin commented Oct 27, 2022

The IntelliJ IDEA should be able to configure the plugin using the UI.

Basic features:

  • when importing Gradle model, determine that the Kover Gradle Plugin has been applied
  • read Kover Gradle Plugin settings from build scripts
  • show Kover settings
  • allow to disable instrumentation by the Kover agent (it is necessary to design whether Kover will always be disabled by default or it is necessary to explicitly turn it off)
  • think about how Kover will be combined with the Run with Coverage function
  • allow to configure the Kover Gradle Plugin using the UI and save these changes in the build script files
  • automatically upload the coverage results of all running test tasks after build with the Kover
@shanshin shanshin added Feature Feature request issue type S: postponed Status: work on the issue is not in the short term plans labels Oct 27, 2022
@shanshin shanshin added this to the After stabilization milestone Oct 27, 2022
@shanshin shanshin self-assigned this Oct 27, 2022
@shanshin
Copy link
Collaborator Author

Point think about how Kover will be combined with the Run with Coverage function solves issue #7

@shanshin
Copy link
Collaborator Author

shanshin commented Jan 3, 2025

This task will be taken into account when migrating to Kotlin Gradle Plugin.

In the future, it will be moved to the Kotlin task tracker, or closed if it loses relevance.

@shanshin shanshin removed this from the After stabilization milestone Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature request issue type Implement in KGP
Projects
None yet
Development

No branches or pull requests

1 participant