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 dependency org.jetbrains.kotlinx.kover to v0.8.3 - autoclosed #92

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2023

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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

v0.7.1

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

Features
  • Added a filter for source sets (#​376)
Bugfixes
  • Fixed up-to-date checks for Kover tasks (#​371)
Documentation
  • Updated documentation on filtering by annotations (#​370)
  • Improved Kover documentation (#​282)
  • Fix broken migration link in CHANGELOG.md
  • Fix documentation for KoverReportExtension
  • Fixed Kover Plugin ID for legacy plugin application
Internal features
  • Implemented Worker API for use with Kover toolset
  • Updated Gradle and Kotlin versions
  • IntelliJ coverage dependency versions upgraded to 1.0.721

v0.7.0

===================
This release introduce API rework in order to support configuration cache, project isolation model, Android Gradle plugin.
It is incompatible with the previous version, and we provide best-effort migration assistance as well as migration guide

Features
  • Implemented improved Kover DSL (#​284)
  • Added Gradle project isolation support (#​144)
  • Introduced API for Coverage Tools (#​195)
  • Added support of Android build variants (#​18)
  • Implemented support filtering of source sets for Kotlin JVM and Kotlin compilations for Kotlin multiplatform (#​245)
  • Added customizable header in HTML report for Kover and JaCoCo report generator (#​194)
  • Added advanced support of Android projects, flavors and flavor dimensions (#​316, #​319)
  • Introduced Kover Tool artifacts for CLI and runtime for offline instrumentation (#​322)
  • Added support charset for HTML report
Internal features
  • Added dokka docs
  • Added binary compatibility validator (#​305)
  • IntelliJ coverage dependency versions upgraded to 1.0.716
Bugfixes
  • Fixed Cannot run Project.afterEvaluate (#​221)
  • Fixed missing report path in logs for cached HTML task (#​283)
  • Disabled artifact generation when calling the assemble task (#​353)
  • Fixed variant level filters for reports (#​366)
Changelog relative to version 0.7.0-Beta
Features
  • Added support charset for html report
Bugfixes
  • Disabled artifact generation when calling the assemble task (#​353)
  • Fixed variant level filters for reports (#​366)
Internal features
  • IntelliJ coverage dependency versions upgraded to 1.0.716

v0.6.1

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

Features
  • Implemented filtering of reports by annotation (#​121)
  • Minimal and default agent versions upgraded to 1.0.683
Bugfixes
  • Added filtering out projects without a build file (#​222)
  • Added JaCoCo reports filtering (#​220)
  • Fixed coverage for function reference (#​148)
  • Fixed incorrect multiplatform lookup adapter (#​193)
  • Fixed ArrayIndexOutOfBoundsException during class instrumentation (#​166)
Internal features
  • Upgraded Gradle version to 7.5.1
  • Rewritten functional tests infrastructure
  • Added example projects
  • XML and HTML report generation moved to Kover Aggregator
Documentation
  • Added contribution guide
  • Added section Building and contributing into Table of contents
  • Fix migration to 0.6.0 documentation

v0.6.0

===================
Note that this is a full changelog relative to 0.6.0 version. Changelog relative to 0.6.0-Beta can be found at the end of the changelog.

In this version, the plugin API has been completely redesigned. The new API allows you to configure Kover in a more flexible manner, there is no need to configure Kover or test tasks separately.

Please refer to migration guide in order to migrate from previous versions.

Features
  • Implemented a new plugin API (#​19)
  • Added support of instruction and branch counters for verification tasks (#​128)
  • Ordered report tasks before verification tasks (#​209)
  • Minimal and default agent versions upgraded to 1.0.680
Bugfixes
  • Verification task is no longer executed if there are no rules (#​168)
  • Added instrumentation filtering by common filters (#​201)
  • Fixed instrumentation counter in IntelliJ verifier (#​210, #​211, #​212)
Internal features
  • Kotlin version upgraded to 1.7.10
  • instrumentation config added to the test framework
  • added test on instrumentation config
Documentation
  • Updated docs for onCheck properties (#​213)
Changelog relative to version 0.6.0-Beta
Features
  • Ordered report tasks before verification (#​209)
  • Minimal and default agent versions upgraded to 1.0.680
Bugfixes
  • Added instrumentation filtering by common filters (#​201)
  • Fixed instrumentation counter in IntelliJ verifier (#​210, #​211, #​212)
Documentation
  • Updated docs for onCheck properties (#​213)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 dependency org.jetbrains.kotlinx.kover to v0.7.2 Update dependency org.jetbrains.kotlinx.kover to v0.7.3 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/kover branch from 9705249 to 1ef2c1a Compare July 28, 2023 05:50
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx.kover to v0.7.3 Update dependency org.jetbrains.kotlinx.kover to v0.7.4 Oct 11, 2023
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx.kover to v0.7.4 Update dependency org.jetbrains.kotlinx.kover to v0.7.5 Nov 30, 2023
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx.kover to v0.7.5 Update dependency org.jetbrains.kotlinx.kover to v0.7.6 Feb 17, 2024
@renovate renovate bot force-pushed the renovate/kover branch from 0e50443 to 8e640e4 Compare March 14, 2024 15:18
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx.kover to v0.7.6 Update dependency org.jetbrains.kotlinx.kover to v0.8.0 May 15, 2024
@renovate renovate bot force-pushed the renovate/kover branch from 8e640e4 to aa17eed Compare May 15, 2024 21:17
@renovate renovate bot force-pushed the renovate/kover branch from aa17eed to 6033406 Compare June 10, 2024 13:36
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx.kover to v0.8.0 Update dependency org.jetbrains.kotlinx.kover to v0.8.1 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/kover branch from 6033406 to e3d38da Compare June 27, 2024 18:35
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx.kover to v0.8.1 Update dependency org.jetbrains.kotlinx.kover to v0.8.2 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/kover branch from e3d38da to fdc7c87 Compare July 19, 2024 16:11
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx.kover to v0.8.2 Update dependency org.jetbrains.kotlinx.kover to v0.8.3 Jul 19, 2024
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx.kover to v0.8.3 Update dependency org.jetbrains.kotlinx.kover to v0.8.3 - autoclosed Oct 5, 2024
@renovate renovate bot closed this Oct 5, 2024
@renovate renovate bot deleted the renovate/kover branch October 5, 2024 15:31
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.

0 participants