Skip to content

Commit

Permalink
fix: attempt to exclude the dynamo db config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovbcfilho committed Jan 26, 2024
1 parent 467edc6 commit c6ea944
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@
<configuration>
<!-- Exclude DynamoDBConfig from coverage -->
<excludes>
<exclude>**/br/com/grupo63/serviceproduction/config/DynamoDBConfig.class</exclude>
</excludes>
<exclude>**/serviceproduction/config/DynamoDBConfig.class</exclude> </excludes>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit c6ea944

Please sign in to comment.