Skip to content

Commit

Permalink
Add coverage exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygnolan committed Dec 22, 2022
1 parent 31ad02b commit 324f058
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<configuration>
<excludes>
<exclude>**/Award.*</exclude>
<exclude>**/AwardController.*</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
Expand All @@ -79,13 +85,6 @@
<id>prepare-agent</id>
</execution>
<execution>
<configuration>
<formats>
<format>HTML</format>
<format>XML</format>
<format>CSV</format>
</formats>
</configuration>
<goals>
<goal>report</goal>
</goals>
Expand Down

0 comments on commit 324f058

Please sign in to comment.