github Kotlin/kotlinx-kover v0.5.0-RC
0.5.0-RC

latest releases: v0.9.0-RC, v0.8.3, v0.8.2...
pre-release2 years ago

This is a release candidate for the next version. In this version, an aggregated report on all projects has been added,
and the plugin API has been significantly redesigned. So we ask you to evaluate it and share your feedback on whether
the API has become more convenient.

Features

  • Implemented aggregated multi-project report (#20, #43)
  • Unified coverage agents filters. Now only the characters '*' or '?' are used as wildcards for both IntelliJ and JaCoCo agents. Regular expressions are no longer supported by the IntelliJ agent as filters of instrumented classes. (#21)
  • Tasks for verification and reporting for single Gradle project were renamed according to the template like koverXmlReport -> koverXmlProjectReport
  • The isEnabled property has been renamed to isDisabled in extensions KoverExtension and KoverTaskExtension to make their purpose more obvious
  • The term module has been replaced with project for compatibility with Gradle terminology
  • Added the ability to disable the Kover for the specified Gradle project
  • Made tasks cache relocatable (#85)
  • Upgraded IntelliJ Engine default version to 1.0.640

Bugfixes

  • Added property to exclude Android classes from the instrumentation (#89)
  • Kotlin Multiplatform plugin adapter rewritten to use reflection (#100)

Don't miss a new kotlinx-kover release

NewReleases is sending notifications on new releases.