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

chore(deps): update plugin kotlinx-kover to v0.7.1 - autoclosed #31

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

Kotlin/kotlinx-kover

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 - "before 3am on the first day of the month" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Merging #31 (abdf7ff) into main (9cde102) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          112       112           
  Branches        21        21           
=========================================
  Hits           112       112           

@renovate renovate bot changed the title chore(deps): update plugin kotlinx-kover to v0.7.0 chore(deps): update plugin kotlinx-kover to v0.7.1 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx.kover-0.x branch from 0928931 to abdf7ff Compare June 2, 2023 14:44
@renovate renovate bot changed the title chore(deps): update plugin kotlinx-kover to v0.7.1 chore(deps): update plugin kotlinx-kover to v0.7.1 - autoclosed Jun 9, 2023
@renovate renovate bot closed this Jun 9, 2023
@renovate renovate bot deleted the renovate/org.jetbrains.kotlinx.kover-0.x branch June 9, 2023 13:54
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