This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.jetbrains.kotlinx.kover | 0.5.1
-> 0.6.1
| | | | |
Release Notes
Kotlin/kotlinx-kover
===================
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
===================
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 has been generated by Mend Renovate. View repository job log here.