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
Copy file name to clipboardexpand all lines: kover-maven-plugin/docs/index.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Maven plugin to measure test coverage and generate human-readable reports with c
22
22
- simultaneous use of several instrumentation agents can lead to unpredictable consequences and unstable operation
23
23
24
24
## Quickstart
25
-
To use Kover coverage measurement it is necessary to add plugin `org.jetbrains.kotlinx:kover-maven-plugin:0.9.0` to build configuration in `pom.xml` and create executions for used goals.
25
+
To use Kover coverage measurement it is necessary to add plugin `org.jetbrains.kotlinx:kover-maven-plugin:0.9.1` to build configuration in `pom.xml` and create executions for used goals.
26
26
27
27
With the following configuration HTML and XML reports will be generated, and verification rules will be checked on `verify` phase:
28
28
```xml
@@ -35,7 +35,7 @@ With the following configuration HTML and XML reports will be generated, and ver
35
35
<plugin>
36
36
<groupId>org.jetbrains.kotlinx</groupId>
37
37
<artifactId>kover-maven-plugin</artifactId>
38
-
<version>0.9.0</version>
38
+
<version>0.9.1</version>
39
39
<executions>
40
40
<!-- instrument test tasks -->
41
41
<execution>
@@ -104,7 +104,7 @@ All available configuration options are shown below:
0 commit comments