Skip to content

Releases: Kotlin/kotlinx-kover

0.8.0-Beta2

28 Mar 16:00
3aa7cbd
Compare
Choose a tag to compare
0.8.0-Beta2 Pre-release
Pre-release

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

29 Feb 16:12
8f6bbb6
Compare
Choose a tag to compare
0.8.0-Beta Pre-release
Pre-release

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

17 Feb 22:22
Compare
Choose a tag to compare

Kover Gradle Plugin

Features

  • 527 Added the ability to specify a header for an XML report

Bugfixes

  • 510 Fixed Stream closed error when generating Kover HTML report
  • 513 Fixed breaking configuration cache
  • 517 Fixed incorrect marking of first function line when parameters with default value are used
  • 530 Fixed the presence of classes instrumented with Robolectric in Jacoco reports
  • 543 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

28 Nov 14:04
Compare
Choose a tag to compare

Kover Gradle Plugin

Features

  • #503 Introduced Offline Runtime API for saving binary report

Bugfixes

  • #478 Added Kover dependency check
  • #451 Skip Kotlin object if it is containing only constants
  • #459 Fixed applying of the root verification rules
  • #489 Fixed adding data to an already existing binary report file

0.7.4

10 Oct 18:35
ca040f1
Compare
Choose a tag to compare

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

0.7.3

27 Jul 13:20
0855c64
Compare
Choose a tag to compare

Kover Gradle Plugin

Features

  • Added ability to specify verification rules in the root of reports config
  • #423 Implemented task of generating binary report

Bugfixes

  • #405 Fixed lookup for tests if unit tests are disabled in Android config
  • #415 Fixed usage of Kover Gradle Plugin in buildSrc directory
  • #431 Fixed excluding of companion object by annotation from report

Kover Offline

Features

  • Added API for getting coverage inside a running application, instrumented offline

0.7.2

27 Jun 15:41
fc70ab3
Compare
Choose a tag to compare

Features

  • #362 Removed the dependency on the order of applying of the plugin
  • #229 Added task to print coverage to logs
  • #394 Added DSL accessors for Kover Default report tasks
  • #400 Added descriptions for Kover report tasks
  • #409 Added ability to generate reports even if there are no tests in the project
  • Upgraded default JaCoCo version to 0.8.10

Bugfixes

  • #413 Fixed issues with cache miss of build cache at the time of project relocation

Documentation

  • Fixed docs typo: dependency {} -> dependencies {}

Internal features

  • Moved Kover Gradle Plugin to the separate subproject
  • Migrated from buildSrc to composite build
  • Added support of the version catalog
  • IntelliJ coverage dependency versions upgraded to 1.0.724

0.7.1

01 Jun 15:02
e577790
Compare
Choose a tag to compare

Features

  • Added a filter for source sets (#376)

Bugfixes

  • Fixed up-to-date checks for Kover tasks (#371)

Documentation

  • Updated documentation on filtering by annotations (#370)
  • Improved Kover documentation (#282)
  • Fix broken migration link in CHANGELOG.md
  • Fix documentation for KoverReportExtension
  • Fixed Kover Plugin ID for legacy plugin application

Internal features

  • Implemented Worker API for use with Kover toolset
  • Updated Gradle and Kotlin versions
  • IntelliJ coverage dependency versions upgraded to 1.0.721

0.7.0

16 May 14:23
Compare
Choose a tag to compare

This release introduce API rework in order to support configuration cache, project isolation model, Android Gradle plugin.
It is incompatible with the previous version, and we provide best-effort migration assistance as well as migration guide

Features

  • Implemented improved Kover DSL (#284)
  • Added Gradle project isolation support (#144)
  • Introduced API for Coverage Tools (#195)
  • Added support of Android build variants (#18)
  • Implemented support filtering of source sets for Kotlin JVM and Kotlin compilations for Kotlin multiplatform (#245)
  • Added customizable header in HTML report for Kover and JaCoCo report generator (#194)
  • Added advanced support of Android projects, flavors and flavor dimensions (#316, #319)
  • Introduced Kover Tool artifacts for CLI and runtime for offline instrumentation (#322)
  • Added support charset for HTML report

Internal features

  • Added dokka docs
  • Added binary compatibility validator (#305)
  • IntelliJ coverage dependency versions upgraded to 1.0.716

Bugfixes

  • Fixed Cannot run Project.afterEvaluate (#221)
  • Fixed missing report path in logs for cached HTML task (#283)
  • Disabled artifact generation when calling the assemble task (#353)
  • Fixed variant level filters for reports (#366)

0.7.0-Beta

21 Apr 16:25
Compare
Choose a tag to compare
0.7.0-Beta Pre-release
Pre-release

Features

  • Added advanced support of Android projects, flavors and flavor dimensions (#316, #319)
  • Introduced Kover Tool artifacts for CLI and runtime for offline instrumentation (#322)

Internal features

  • Added dokka docs
  • Added binary compatibility validator (#305)