We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfa1ffb + 8267a34 commit 8c8cb65Copy full SHA for 8c8cb65
pom.xml
@@ -111,12 +111,19 @@
111
<plugin>
112
<groupId>org.jacoco</groupId>
113
<artifactId>jacoco-maven-plugin</artifactId>
114
- <version>0.8.11</version>
+ <version>0.8.12</version>
115
<executions>
116
<execution>
117
<goals>
118
<goal>prepare-agent</goal>
119
</goals>
120
+ <configuration>
121
+ <excludes>
122
+ <!-- Exclude Mockito mock classes from instrumentation -->
123
+ <exclude>**/*$MockitoMock$*</exclude>
124
+ <exclude>**/*$HyL0HuSE$*</exclude>
125
+ </excludes>
126
+ </configuration>
127
</execution>
128
129
<id>report</id>
0 commit comments