Skip to content

Commit 9b04f89

Browse files
committed
Exclude shaded libs from jacoco analysis
1 parent aa311ba commit 9b04f89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@
199199
<plugin>
200200
<groupId>org.jacoco</groupId>
201201
<artifactId>jacoco-maven-plugin</artifactId>
202+
<configuration>
203+
<excludes>org/assertj/db/internal/bytebuddy/**/*</excludes>
204+
</configuration>
202205
<executions>
203206
<execution>
204207
<id>jacoco-report</id>

0 commit comments

Comments
 (0)