Skip to content

Commit c6ea944

Browse files
fix: attempt to exclude the dynamo db config
1 parent 467edc6 commit c6ea944

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@
161161
<configuration>
162162
<!-- Exclude DynamoDBConfig from coverage -->
163163
<excludes>
164-
<exclude>**/br/com/grupo63/serviceproduction/config/DynamoDBConfig.class</exclude>
165-
</excludes>
164+
<exclude>**/serviceproduction/config/DynamoDBConfig.class</exclude> </excludes>
166165
</configuration>
167166
</execution>
168167
<execution>

0 commit comments

Comments
 (0)