v0.9.0
0.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