Skip to content

Commit

Permalink
Merge pull request #591 from jonesbusy/feature/ignore-generated-classes
Browse files Browse the repository at this point in the history
Ignore coverage for generated template classes
  • Loading branch information
jonesbusy authored Jan 8, 2025
2 parents 879b448 + caebb8c commit 165dcf2
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 @@ -431,6 +431,11 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-maven-plugin.version}</version>
<configuration>
<excludes>
<exclude>**/gg/jte/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 165dcf2

Please sign in to comment.