Skip to content

Commit

Permalink
Exclude examples from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwallimann committed Jan 25, 2024
1 parent 693e396 commit d98ff53
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -576,11 +576,9 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<configuration>
<!-- examples of class excluding -->
<!-- excludes>
<exclude>za/co/absa/enceladus/migrations/continuous/EntityVersionMap.class</exclude>
<exclude>za/co/absa/enceladus/rest_api/exceptions/ValidationException.class</exclude>
</excludes -->
<excludes>
<exclude>za/co/absa/abris/examples/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit d98ff53

Please sign in to comment.