Skip to content

Commit

Permalink
RAC-306 fix : jacoco file위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed Feb 1, 2024
1 parent 8098f9d commit c9d741f
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 c9d741f

Please sign in to comment.