Skip to content

Commit

Permalink
build: ignore trivial classed from JaCoCo report
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Mar 4, 2024
1 parent 9cf6bb8 commit b795da3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>**/SitemapException.*</exclude>
<exclude>**/SitemapGeneratorOptions.*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit b795da3

Please sign in to comment.