Skip to content

Commit

Permalink
Merge pull request #105 from WE-ARE-RACCOONS/RAC-306
Browse files Browse the repository at this point in the history
RAC-306 fix : jacoco file์œ„์น˜ ์ˆ˜์ •
  • Loading branch information
ywj9811 authored Feb 2, 2024
2 parents 6992011 + c9d741f commit da1f973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ sonar {
property 'sonar.test.exclusions', jacocoExcludePatterns.join(',')
property 'sonar.test.inclusions', '**/*Test.java'
property 'sonar.java.coveragePlugin', 'jacoco'
property 'sonar.coverage.jacoco.xmlReportPaths', jacocoDir.get().file("jacoco/index.xml").asFile
property 'sonar.coverage.jacoco.xmlReportPaths', jacocoDir.get().file("jacoco/test/jacocoTestReport.xml").asFile
}
}

Expand Down

0 comments on commit da1f973

Please sign in to comment.