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

⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.9.0 #147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx.kover 0.7.1 -> 0.9.0 age adoption passing confidence

Release Notes

Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)

v0.9.0

===================

Kover Gradle Plugin

Features
  • #645 Added ability to supplement coverage values from external binary reports
  • #673 Implemented ability to specify instrumentation include filter
Bugfixes
  • #678 Added USAGE attribute to all Kover configurations
  • #666 Replaced JaCoCo ant-calls with programmatic calls of JaCoCo's classes

Kover Aggregation Plugin

Features
  • Made class KoverSettingsGradlePlugin from aggregated plugin public
  • Implemented verification in Kover Aggregated Plugin
  • Added ability to skip projects
  • Added ability to limit instrumented class globally and locally in a project
  • Added ability to exclude test task from instrumentation in a project config
  • Implement feature to check verification rule on every project
Bugfixes
  • Fixed bug with non-existing binary report files

Kover CLI

Features
  • #677 Implemented merging of binary reports in Kover CLI and Kover Features
Bugfixes
  • #709 Fixed offline instrumentation of jar files
  • Fixed skipping some classes during offline instrumentation

Kover JVM Agent

Bugfixes
  • Fixed JVM agent arguments parsing to support include filter
Documentation
  • #660 Fixed mistake in JVM agent docs

Kover Maven Plugin

Documentation
  • #658 Fixed documentation about Maven plugin
  • #701 Fixed warning for empty Kotlin plugin configuration

Changelog relative to version 0.9.0-RC

Kover Aggregation Plugin
  • Fixed bug with non-existing binary report files
  • Added ability to skip projects
  • Added ability to limit instrumented class globally and locally in a project
  • Added ability to exclude test task from instrumentation in a project config
  • Implement feature to check verification rule on every project
Kover Maven Plugin
  • #701 Fixed warning for empty Kotlin plugin configuration
Kover CLI
  • #709 Fixed offline instrumentation of jar files
  • Fixed skipping some classes during offline instrumentation

v0.8.3

===================

Kover Aggregation Plugin

  • Added support for Android projects in Kover Aggregation Plugin

Kover Maven Plugin

  • #51 Implemented Kover Maven Plugin

v0.8.2

===================

Kover Aggregation Plugin

Implemented prototype of Kover Aggregation Plugin - an alternative to the existing Kover Gradle Plugin, it makes it easier to set up a configuration and collect coverage reactively, depending on the compilation and test tasks running.

This is not a production-ready plugin, it is in an incubation state.

Please refer to the GitHub issue and documentation for details.

Kover Gradle Plugin

Bugfixes
  • #621 Fixed coverage evaluation for enum in K2
  • #633 Fix issue with identical cache keys between projects
  • #613 Fixed JaCoCo error: Can't add different class with same name
  • #601 Fixed support of Compose functions
  • #646 Fixed reusing of configuration cache
  • #628 Fixed coverage evaluation of try-finally and try-with-resources for Java code
Features
  • Disable caching on kover artifact tasks

v0.8.1

===================

Kover Gradle Plugin

Features
  • #600 Apply recommendations for improving DSL
  • Added DSL to copy one report variant
Bugfixes
  • #610 Fixed KoverCriticalException with a certain order of applying of plugins

v0.8.0

===================
This release introduces DSL rework to simplify the work with Android build variants, adds the possibility of lazy configuration, allows for the creation of custom report variants, and expands the ability of reports filtering.

It is incompatible with the previous version, and we provide best-effort migration assistance as well as the migration guide.

Kover Gradle Plugin

Features
  • #461 Implemented DSL revision 4
  • #410 Add possibility of lazy configuration of Kover extensions
  • #462 Redesign the concept of default reports
  • #463 Add the ability to create custom report variants
  • #338 Create an interface for Kover tasks
  • #66 Added support for the publishing plugin to Gradle Plugin Portal
  • #466 Implemented multi-project shortcuts
  • #339 Implemented warn on verification error
  • #572 Added DslMarker to Kover public interfaces
  • #570 Added overload for functions of KoverVariantCreateConfig
  • #590 Expose reportDir property in KoverHtmlReport interface
  • #587 Added property variantName to KoverReport interface
  • #584 Added project filter for reports
  • #274 Allow for classes to be Included by annotation
  • #454 Added a report filter by parent class or interface
Bugfixes
  • #557 Changed log level for print coverage task
  • #520 Fixed error: Kover requires extension with name 'androidComponents'
Internal features
  • #567 Used compile dependency to Kover Features in Kover Gradle Plugin
Documentation
  • #531 Added explanations about applying of the plugin
  • #486 Increased the readability of the Kover documentation

Kover JVM Agent

Features
  • #464 Repacked the intellij-agent artifact to kover-jvm-agent
Bugfixes
  • #583 Excluded from report companion objects with only constants
  • #548 Fixed coverage drop in case of using different classloaders for same class

Changelog relative to version 0.8.0-Beta2

Kover Gradle Plugin
Features
  • #590 Expose reportDir property in KoverHtmlReport interface
  • #587 Added property variantName to KoverReport interface
  • #584 Added project filter for reports
  • #274 Allow for classes to be Included by annotation
  • #454 Added a report filter by parent class or interface
Documentation
  • #486 Increased the readability of the Kover documentation for 0.8.0
Kover JVM Agent
Bugfixes
  • #583 Excluded from report companion objects with only constants
  • #548 Fixed coverage drop in case of using different classloaders for same class

v0.7.6

===================

Kover Gradle Plugin

Features
  • #527 Added the ability to specify a header for an XML report
Bugfixes
  • #510 Fixed Stream closed error when generating Kover HTML report
  • #513 Fixed breaking configuration cache
  • #517 Fixed incorrect marking of first function line when parameters with default value are used
  • #530 Fixed the presence of classes instrumented with Robolectric in Jacoco reports
  • #543 Fixed package exclusion in reports for JaCoCo

Kover Offline

Features
  • #534 Created Kover features artifact to invoke the capabilities of Kover programmatically

v0.7.5

===================

Kover Gradle Plugin

Features
  • #503 Introduced Offline Runtime API for saving binary report
Bugfixes
  • #478 Added Kover dependency check
  • #451 Skip Kotlin object if it is containing only constants
  • #459 Fixed applying of the root verification rules
  • #489 Fixed adding data to an already existing binary report file

v0.7.4

===================

Kover Gradle Plugin

Features
  • #441 Added support for Android dynamic feature plugins
Bugfixes
  • #440 Replaced absolute paths in the Kover artifact with relative ones
  • #446 Disabled writing of FreeMarker logs to stdout when generating an HTML report
  • #470 Update HTML report path to be clickable
  • #385 Exclude nested functions in function excluded by annotation
  • #303 Optional function parameters should not be considered a "branch"
  • #436 Fixed random koverHtmlReport fails with "Stream closed" or "zip file closed"
Build features
  • Upgraded Gradle version to 8.2.1
Test features
  • #437 Added functional test on Gradle nested classes validation error

v0.7.3

===================

Kover Gradle Plugin

Features
  • Added ability to specify verification rules in the root of reports config
  • #423 Implemented task of generating binary report
Bugfixes
  • #405 Fixed lookup for tests if unit tests are disabled in Android config
  • #415 Fixed usage of Kover Gradle Plugin in buildSrc directory
  • #431 Fixed excluding of companion object by annotation from report

Kover Offline

Features
  • Added API for getting coverage inside a running application, instrumented offline

v0.7.2

===================

Features
  • #362 Removed the dependency on the order of applying of the plugin
  • #229 Added task to print coverage to logs
  • #394 Added DSL accessors for Kover Default report tasks
  • #400 Added descriptions for Kover report tasks
  • #409 Added ability to generate reports even if there are no tests in the project
  • Upgraded default JaCoCo version to 0.8.10
Bugfixes
  • #413 Fixed issues with cache miss of build cache at the time of project relocation
Documentation
  • Fixed docs typo: dependency {} -> dependencies {}
Internal features
  • Moved Kover Gradle Plugin to the separate subproject
  • Migrated from buildSrc to composite build
  • Added support of the version catalog
  • IntelliJ coverage dependency versions upgraded to 1.0.724

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.7.2 ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.7.3 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from 2d6a5cd to d772a37 Compare July 27, 2023 14:35
@renovate renovate bot changed the title ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.7.3 ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.7.4 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from d772a37 to 83e2f12 Compare October 10, 2023 20:10
@renovate renovate bot changed the title ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.7.4 ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.7.5 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from 83e2f12 to 5404ab3 Compare November 28, 2023 21:13
@renovate renovate bot changed the title ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.7.5 ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.7.6 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from 5404ab3 to 153dd63 Compare February 17, 2024 00:51
@renovate renovate bot enabled auto-merge (rebase) March 20, 2024 15:36
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from 153dd63 to 5abed76 Compare May 15, 2024 23:02
@renovate renovate bot changed the title ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.7.6 ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.8.0 May 15, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from 5abed76 to 946a42f Compare June 10, 2024 13:29
@renovate renovate bot changed the title ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.8.0 ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.8.1 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from 946a42f to a392bf6 Compare June 27, 2024 18:08
@renovate renovate bot changed the title ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.8.1 ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.8.2 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from a392bf6 to b0a1305 Compare July 19, 2024 15:58
@renovate renovate bot changed the title ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.8.2 ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.8.3 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from b0a1305 to 310de6e Compare December 12, 2024 18:33
@renovate renovate bot changed the title ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.8.3 ⬆️ Update plugin org.jetbrains.kotlinx.kover to v0.9.0 Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants