You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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)
11
+
* Tasks for verification and reporting for single Gradle project were renamed according to the template like `koverXmlReport` -> `koverXmlProjectReport`
12
+
* The `isEnabled` property has been renamed to `isDisabled` in extensions `KoverExtension` and `KoverTaskExtension` to make their purpose more obvious
13
+
* The term `module` has been replaced with `project` for compatibility with Gradle terminology
14
+
* Added the ability to disable the Kover for the specified Gradle project
15
+
* Made tasks cache relocatable (#85)
16
+
* Upgraded IntelliJ Engine default version to `1.0.640`
17
+
18
+
### Bugfixes
19
+
* Added property to exclude Android classes from the instrumentation (#89)
20
+
* Kotlin Multiplatform plugin adapter rewritten to use reflection (#100)
0 commit comments