Note that this is a full changelog relative to 0.4.4
version. Changelog relative to 0.5.0-RC2
can be found at the end of the changelog.
- Added reports filtering (#17)
- Disabled running of all test tasks for single-project Kover tasks (#114)
- 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 toisDisabled
in extensionsKoverExtension
andKoverTaskExtension
to make their purpose more obvious - The term
module
has been replaced withproject
for compatibility with Gradle terminology - Added the ability to disable the Kover for the specified Gradle project
- Made tasks cache relocatable (#85)
- Improved checks of disabled plugin before running Kover tasks
- Upgraded IntelliJ Engine minimal version to
1.0.647
- Upgraded IntelliJ Engine default version to
1.0.656
- Added support of parallel tests execution (#113)
- Removed checking of parent projects for re-apply of the plugin (#116)
- Added property to exclude Android classes from the instrumentation (#89)
- Kotlin Multiplatform plugin adapter rewritten to use reflection (#100)
- Added the ability to count JVM instructions
- Fixed getting into the report of objects and sealed classes
- Added an excluding from the report of functions marked by
Deprecated
annotation withHIDDEN
andERROR
levels
- Added functional test on branch counter
- Added functional tests on instruction counter
- Improved checks of disabled plugin before running Kover tasks
- Upgraded IntelliJ Engine default version to
1.0.656
- Added support of parallel tests execution (#113)
- Removed checking of parent projects for re-apply of the plugin (#116)
- Added the ability to count JVM instructions
- Fixed getting into the report of objects and sealed classes
- Added an excluding from the report of functions marked by
Deprecated
annotation withHIDDEN
andERROR
levels
- Added functional test on branch counter
- Added functional tests on instruction counter
In this version, the plugin API has been redesigned for more convenient and understandable work with multi-project builds and merged reports. Also added filters for report and verification tasks.
- Added reports filtering (#17)
- Disabled running of all test tasks for single-project Kover tasks (#114)
- Upgraded IntelliJ Engine default version to
1.0.647
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.
- 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 toisDisabled
in extensionsKoverExtension
andKoverTaskExtension
to make their purpose more obvious - The term
module
has been replaced withproject
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
- Added property to exclude Android classes from the instrumentation (#89)
- Kotlin Multiplatform plugin adapter rewritten to use reflection (#100)
- Fixed escape characters in intellijreport.json (#82)
- Added support for the IntelliJ agent loaded from maven central (#34)
- Implemented the ability to generate a report even if there are no tests in the module (#44)
- Fixed caching of Kover report tasks (#68)
- Upgraded minimal IntelliJ agent version to
1.0.639
(#76)
- Implemented integration tests (#25)
- Fixed generation of HTML reports for classes located in a directory that does not match the package name (#31)
- Removed implicit dependencies from
koverCollectReports
task (#53) - Fixed a crash in report generation if there are several test tasks in the module and one of them does not contain tests (#46)
- Ignore empty private constructors of utility classes (#6)