Skip to content

Commit

Permalink
ignore jacoco coverage for input files
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Apr 24, 2024
1 parent 2fc7bcb commit 832d343
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,11 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/input/**/*.class</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>default-prepare-agent</id>
Expand Down

0 comments on commit 832d343

Please sign in to comment.