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

Implemented Kover Features artifact to integration with Android Gradle Plugin #536

Merged
merged 3 commits into from
Feb 15, 2024

Conversation

shanshin
Copy link
Collaborator

@shanshin shanshin commented Feb 12, 2024

  1. Created published Kover artifact kover-features-jvm
  2. Added Java API for offline instrumentation of single class
  3. Created kotlinx.kover.features.java.KoverLegacyFeatures and put the methods used by the Kover CLI there
  4. Removed the dependency on intellij-coverage-reporter from the Kover CLI and add the dependency on kover-features-java

Resolves #534

shanshin and others added 3 commits February 15, 2024 16:43
…e Plugin

1. Created published Kover artifact kover-features-java
2. Added Java API for offline instrumentation of single class
3. Created kotlinx.kover.features.java.KoverLegacyFeatures and put the methods used by the Kover CLI there
4. Removed the dependency on intellij-coverage-reporter from the Kover CLI and add the dependency on kover-features-java

Resolves #534
Co-authored-by: Leonid Startsev <sandwwraith@users.noreply.github.com>
@shanshin shanshin merged commit 46c5eca into main Feb 15, 2024
1 check passed
@shanshin shanshin deleted the utils-java branch February 15, 2024 17:52
shanshin added a commit that referenced this pull request Feb 16, 2024
…e Plugin

1. Created published Kover artifact kover-features-jvm
2. Added Java API for offline instrumentation of single class
3. Created kotlinx.kover.features.jvm.KoverLegacyFeatures and put the methods used by the Kover CLI there
4. Removed the dependency on intellij-coverage-reporter from the Kover CLI and add the dependency on kover-features-jvm

Resolves #534
PR #536

Co-authored-by: Leonid Startsev <sandwwraith@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create kover-features artifact to invoke the capabilities of Kover via the Java API
2 participants