fix(deps): update kover to v0.9.4
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| org.jetbrains.kotlinx.kover | 0.9.0-RC -> 0.9.4 |
||
| org.jetbrains.kotlinx:kover-gradle-plugin | 0.9.0-RC -> 0.9.4 |
Release Notes
Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)
v0.9.4
===================
Kover Gradle Plugin
Bugfixes
#776Added support for Android Gradle Plugin 9.0.0
v0.9.3
===================
Kover Gradle Plugin
Bugfixes
#759Fixed locating of host tests for the multiplatform Android library#766Fixed support of KSP plugin
Build features
- Upgraded Gradle version to
9.1.0
v0.9.2
===================
Kover Gradle Plugin
Features
#748Disable caching for KoverAgentJarTask
Bugfixes
#747Added support for KMP Android library plugin
v0.9.1
===================
Kover Gradle Plugin
Features
#714Added ability to specify inclusion filter for source sets
Bugfixes
v0.9.0
===================
Kover Gradle Plugin
Features
#645Added ability to supplement coverage values from external binary reports#673Implemented ability to specify instrumentation include filter
Bugfixes
#678Added USAGE attribute to all Kover configurations#666Replaced 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
#677Implemented merging of binary reports in Kover CLI and Kover Features
Bugfixes
#709Fixed 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
#660Fixed mistake in JVM agent docs
Kover Maven Plugin
Documentation
#658Fixed documentation about Maven plugin#701Fixed 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
#701Fixed warning for empty Kotlin plugin configuration
Kover CLI
#709Fixed offline instrumentation of jar files- Fixed skipping some classes during offline instrumentation
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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 78.79%. Comparing base (d4e94b4) to head (63f93a5).
Additional details and impacted files
@@ Coverage Diff @@
## main #689 +/- ##
==========================================
- Coverage 79.17% 78.79% -0.38%
==========================================
Files 42 42
Lines 941 910 -31
Branches 169 169
==========================================
- Hits 745 717 -28
+ Misses 120 117 -3
Partials 76 76
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.