Skip to content

Commit

Permalink
Restrict coverage analysis to class files.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Oct 17, 2024
1 parent cd07a80 commit b755073
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 @@ -978,6 +978,9 @@ Specification-Version: $[project.version]
<configuration>
<destFile>${project.build.directory}/jacoco.exec</destFile>
<append>true</append>
<includes>
<include>**/*.class</include>
</includes>
</configuration>
</execution>

Expand All @@ -998,6 +1001,9 @@ Specification-Version: $[project.version]
<dataFileIncludes>
<dataFileInclude>**/jacoco.exec</dataFileInclude>
</dataFileIncludes>
<includes>
<include>**/*.class</include>
</includes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit b755073

Please sign in to comment.