Releases: Kotlin/kotlinx-kover
0.9.0-RC
Kover Gradle Plugin
Features
#645
Added ability to supplement coverage values from external binary reports#673
Implemented ability to specify instrumentation include filter
Bugfixes
#678
Added USAGE attribute to all Kover configurations#666
Replaced 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 Aggregation Plugin
Kover CLI
Features
#677
Implemented merging of binary reports in Kover CLI and Kover Features
Kover JVM Agent
Bugfixes
- Fixed JVM agent arguments parsing to support include filter
Documentation
#660
Fixed mistake in JVM agent docs
Kover Maven Plugin
Documentation
#658
Fixed documentation about Maven plugin
0.8.3
0.8.2
Kover Aggregation Plugin
Implemented prototype of Kover Aggregation Plugin - an alternative to the existing Kover Gradle Plugin, it makes it easier to set up a configuration and collect coverage reactively, depending on the compilation and test tasks running.
This is not a production-ready plugin, it is in an incubation state.
Please refer to the GitHub issue and documentation for details.
Kover Gradle Plugin
Bugfixes
#621
Fixed coverage evaluation for enum in K2#633
Fix issue with identical cache keys between projects#613
Fixed JaCoCo error: Can't add different class with same name#601
Fixed support of Compose functions#646
Fixed reusing of configuration cache#628
Fixed coverage evaluation of try-finally and try-with-resources for Java code
Features
- Disable caching on kover artifact tasks
0.8.1
0.8.0
This release introduces DSL rework to simplify the work with Android build variants, adds the possibility of lazy configuration, allows for the creation of custom report variants, and expands the ability of reports filtering.
It is incompatible with the previous version, and we provide best-effort migration assistance as well as the migration guide.
Kover Gradle Plugin
Features
#461
Implemented DSL revision 4#410
Add possibility of lazy configuration of Kover extensions#462
Redesign the concept of default reports#463
Add the ability to create custom report variants#338
Create an interface for Kover tasks#66
Added support for the publishing plugin to Gradle Plugin Portal#466
Implemented multi-project shortcuts#339
Implemented warn on verification error#572
Added DslMarker to Kover public interfaces#570
Added overload for functions of KoverVariantCreateConfig#590
Expose reportDir property in KoverHtmlReport interface#587
Added property variantName to KoverReport interface#584
Added project filter for reports#274
Allow for classes to be Included by annotation#454
Added a report filter by parent class or interface
Bugfixes
#557
Changed log level for print coverage task#520
Fixed error: Kover requires extension with name 'androidComponents'
Internal features
#567
Used compile dependency to Kover Features in Kover Gradle Plugin
Documentation
#531
Added explanations about applying of the plugin#486
Increased the readability of the Kover documentation
Kover JVM Agent
Features
#464
Repacked the intellij-agent artifact to kover-jvm-agent
Bugfixes
0.8.0-Beta2
Kover Gradle Plugin
Features
#339
Implemented warn on verification error#572
Added DslMarker to Kover public interfaces#570
Added overload for functions of KoverVariantCreateConfig
Bugfixes
#557
Changed log level for print coverage task#338
Extended org.gradle.api.Task in KoverReport interface
Internal features
#567
Used compile dependency to Kover Features in Kover Gradle Plugin
0.8.0-Beta
Kover Gradle Plugin
This is a beta release, the plugin DSL is experimental and can be changed after receiving feedback.
Detailed documentation is still in the process of writing.
Features
#410
Add possibility of lazy configuration of Kover extensions#462
Redesign the concept of default reports#463
Add the ability to create custom report variants#338
Create an interface for Kover tasks#66
Added support for the publishing plugin to Gradle Plugin Portal#466
Implemented multiproject shortcuts
Bugfixes
#520
Fixed error: Kover requires extension with name 'androidComponents
Documentation
#531
Added explanations about apply of the plugin
Kover JVM Agent
#464
Repacked the intellij-agent artifact to kover-jvm-agent
0.7.6
Kover Gradle Plugin
Features
527
Added the ability to specify a header for an XML report
Bugfixes
510
FixedStream closed
error when generating Kover HTML report513
Fixed breaking configuration cache517
Fixed incorrect marking of first function line when parameters with default value are used530
Fixed the presence of classes instrumented with Robolectric in Jacoco reports543
Fixed package exclusion in reports for JaCoCo
Kover Offline
Features
534
Created Kover features artifact to invoke the capabilities of Kover programmatically
0.7.5
0.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