Skip to content

Commit 467edc6

Browse files
fox: exclude the dynamo db config from code coverage
1 parent 6d0bf69 commit 467edc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@
158158
<goals>
159159
<goal>prepare-agent</goal>
160160
</goals>
161+
<configuration>
162+
<!-- Exclude DynamoDBConfig from coverage -->
163+
<excludes>
164+
<exclude>**/br/com/grupo63/serviceproduction/config/DynamoDBConfig.class</exclude>
165+
</excludes>
166+
</configuration>
161167
</execution>
162168
<execution>
163169
<id>report</id>

0 commit comments

Comments
 (0)