Skip to content

Commit

Permalink
fix/#68: sonarCloud 레버리지 체크 제외 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus9267 committed Aug 14, 2024
1 parent 3224e74 commit 4db6fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ sonar {
property 'sonar.language', 'java'
property 'sonar.sourceEncoding', 'UTF-8'
property 'sonar.test.exclusions', jacocoExcludePatterns.join(',')
property "sonar.coverage.exclusions", jacocoExcludePatterns.join(',')
property 'sonar.test.inclusions', '**/*Test.java'
property 'sonar.java.coveragePlugin', 'jacoco'
property 'sonar.coverage.jacoco.xmlReportPaths', 'build/reports/jacoco/index.xml'
Expand Down

0 comments on commit 4db6fc2

Please sign in to comment.