Skip to content

Commit

Permalink
fix: exclude test 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkim97 committed Dec 25, 2024
1 parent ec86fe9 commit 2a24239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ sonar {
property "sonar.organization", "yapp-github"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml"
property 'sonar.exclusions', "**/*Application*.java", "**/*Config*.java"
property 'sonar.java.coveragePlugin', 'jacoco'
}
}

Expand Down

0 comments on commit 2a24239

Please sign in to comment.