Skip to content

Commit

Permalink
fix and codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloalvesdev committed Jan 17, 2023
1 parent 096830b commit 0a7560a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*muriloalvesdev
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@
<version>0.8.8</version>
<configuration>
<excludes>
<exclude>**/ApiApplication*</exclude>
<exclude>**/infrastructure/config/**</exclude>
<exclude>**/database/entity/**</exclude>
<exclude>**/Application*</exclude>
<exclude>**/config/**</exclude>
<exclude>**/entity/**</exclude>
<exclude>**/exception/**</exclude>
<exclude>**/dto/**</exclude>
</excludes>
</configuration>
<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest

@SpringBootTest
class ApplicationTests {
class Application {

@Test
fun contextLoads() {
Expand Down

0 comments on commit 0a7560a

Please sign in to comment.