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