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 kover to v0.7.6 #1025

Merged
merged 4 commits into from
Feb 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 27, 2023
@commit-lint
Copy link

commit-lint bot commented Jun 27, 2023

Chore

  • deps: update plugin kover to v0.7.4 (b1e015b)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from ad09284 to 99ff6c6 Compare July 9, 2023 08:53
@renovate renovate bot changed the title chore(deps): update plugin kover to v0.7.2 chore(deps): update plugin kover to v0.7.3 Jul 27, 2023
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 99ff6c6 to 8ccf044 Compare July 27, 2023 15:12
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 8ccf044 to 0f53c58 Compare August 12, 2023 09:50
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 0f53c58 to 21e8c6c Compare August 22, 2023 20:58
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 21e8c6c to f3e5a41 Compare September 2, 2023 13:26
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from f3e5a41 to 42e00cc Compare September 23, 2023 13:15
@renovate renovate bot changed the title chore(deps): update plugin kover to v0.7.3 chore(deps): update plugin kover to v0.7.4 Oct 10, 2023
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 42e00cc to 6aa0b3d Compare October 10, 2023 19:58
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 6aa0b3d to b1e015b Compare October 21, 2023 20:39
@renovate renovate bot changed the title chore(deps): update plugin kover to v0.7.4 chore(deps): update plugin kover to v0.7.5 Nov 28, 2023
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from b1e015b to 125102d Compare November 28, 2023 21:23
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 125102d to 087d45e Compare December 6, 2023 05:15
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 087d45e to 92e1751 Compare December 16, 2023 11:01
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 92e1751 to 92af1b7 Compare January 5, 2024 06:51
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 92af1b7 to 818c568 Compare January 24, 2024 08:39
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 818c568 to 03252b4 Compare February 2, 2024 23:24
@renovate renovate bot changed the title chore(deps): update plugin kover to v0.7.5 chore(deps): update plugin kover to v0.7.6 Feb 17, 2024
@renovate renovate bot force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 03252b4 to 05c85fa Compare February 17, 2024 01:51
@Chesire Chesire force-pushed the deps/org.jetbrains.kotlinx.kover-0.x branch from 05c85fa to 33b6639 Compare February 25, 2024 13:00
Copy link
Contributor Author

renovate bot commented Feb 25, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

Test Results

443 tests   443 ✅  4m 26s ⏱️
 92 suites    0 💤
 92 files      0 ❌

Results for commit 33b6639.

@Chesire Chesire merged commit 4bcdc6c into master Feb 25, 2024
8 of 11 checks passed
@Chesire Chesire deleted the deps/org.jetbrains.kotlinx.kover-0.x branch February 25, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant