Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@shanshin shanshin released this 15 May 17:55
· 1 commit to main since this release

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

  • #583 Excluded from report companion objects with only constants
  • #548 Fixed coverage drop in case of using different classloaders for same class