Doist / ffs

Feature flags solution that is fast, lean, and open-source.
http://ffs.delivery
MIT License
90 stars 6 forks source link

Update plugin kotlinx-kover to v0.5.0 #64

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

Kotlin/kotlinx-kover ### [`v0.5.0`](https://togithub.com/Kotlin/kotlinx-kover/blob/HEAD/CHANGELOG.md#​050--2022-02-01) \=================== Note that this is a full changelog relative to `0.4.4` version. Changelog relative to `0.5.0-RC2` can be found at the end of the changelog. ##### Features - Added reports filtering ([#​17](https://togithub.com/Kotlin/kotlinx-kover/issues/17)) - Disabled running of all test tasks for single-project Kover tasks ([#​114](https://togithub.com/Kotlin/kotlinx-kover/issues/114)) - Implemented aggregated multi-project report ([#​20](https://togithub.com/Kotlin/kotlinx-kover/issues/20), [#​43](https://togithub.com/Kotlin/kotlinx-kover/issues/43)) - Unified coverage agents filters. Now only the characters '\*' or '?' are used as wildcards for both IntelliJ and JaCoCo agents. **Regular expressions are no longer supported by the IntelliJ agent as filters of instrumented classes.** ([#​21](https://togithub.com/Kotlin/kotlinx-kover/issues/21)) - Tasks for verification and reporting for single Gradle project were renamed according to the template like `koverXmlReport` -> `koverXmlProjectReport` - The `isEnabled` property has been renamed to `isDisabled` in extensions `KoverExtension` and `KoverTaskExtension` to make their purpose more obvious - The term `module` has been replaced with `project` for compatibility with Gradle terminology - Added the ability to disable the Kover for the specified Gradle project - Made tasks cache relocatable ([#​85](https://togithub.com/Kotlin/kotlinx-kover/issues/85)) - Improved checks of disabled plugin before running Kover tasks - Upgraded IntelliJ Engine minimal version to `1.0.647` - Upgraded IntelliJ Engine default version to `1.0.656` ##### Bugfixes - Added support of parallel tests execution ([#​113](https://togithub.com/Kotlin/kotlinx-kover/issues/113)) - Removed checking of parent projects for re-apply of the plugin ([#​116](https://togithub.com/Kotlin/kotlinx-kover/issues/116)) - Added property to exclude Android classes from the instrumentation ([#​89](https://togithub.com/Kotlin/kotlinx-kover/issues/89)) - Kotlin Multiplatform plugin adapter rewritten to use reflection ([#​100](https://togithub.com/Kotlin/kotlinx-kover/issues/100)) ##### IntelliJ Agent Features (version 1.0.656) - Added the ability to count JVM instructions - Fixed getting into the report of objects and sealed classes - Added an excluding from the report of functions marked by `Deprecated` annotation with `HIDDEN` and `ERROR` levels ##### Internal features - Added functional test on branch counter - Added functional tests on instruction counter ##### Changelog relative to version `0.5.0-RC2` ##### Features - Improved checks of disabled plugin before running Kover tasks - Upgraded IntelliJ Engine default version to `1.0.656` ##### Bugfixes - Added support of parallel tests execution ([#​113](https://togithub.com/Kotlin/kotlinx-kover/issues/113)) - Removed checking of parent projects for re-apply of the plugin ([#​116](https://togithub.com/Kotlin/kotlinx-kover/issues/116)) ##### IntelliJ Agent Features (version 1.0.656) - Added the ability to count JVM instructions - Fixed getting into the report of objects and sealed classes - Added an excluding from the report of functions marked by `Deprecated` annotation with `HIDDEN` and `ERROR` levels ##### Internal features - Added functional test on branch counter - Added functional tests on instruction counter

Configuration

📅 Schedule: 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.

goncalossilva commented 2 years ago

This version breaks, and it's not critical, let's wait for the next one.

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.5.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.