Skip to content

Commit 2ae7788

Browse files
fix: moving excludes
1 parent c6ea944 commit 2ae7788

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,18 +158,16 @@
158158
<goals>
159159
<goal>prepare-agent</goal>
160160
</goals>
161-
<configuration>
162-
<!-- Exclude DynamoDBConfig from coverage -->
163-
<excludes>
164-
<exclude>**/serviceproduction/config/DynamoDBConfig.class</exclude> </excludes>
165-
</configuration>
166161
</execution>
167162
<execution>
168163
<id>report</id>
169164
<goals>
170165
<goal>report</goal>
171166
</goals>
172167
<configuration>
168+
<excludes>
169+
<exclude>**/br/com/grupo63/serviceproduction/config/DynamoDBConfig.class</exclude>
170+
</excludes>
173171
<formats>
174172
<format>XML</format>
175173
</formats>

0 commit comments

Comments
 (0)