Skip to content

Commit

Permalink
Coverage updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
DjThunder committed Dec 31, 2023
1 parent 2d3d14f commit 9c9faa1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sample-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>org/apache/logging/**/*.class</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 9c9faa1

Please # to comment.