Skip to content

Commit

Permalink
missing asterick for exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
vasudevganesanhmcts committed Oct 3, 2023
1 parent 7d6ca84 commit 1f2c5a2
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 @@ -137,7 +137,7 @@ sonarqube {
property "sonar.projectName", "Reform :: civil-orchestrator-service"
property "sonar.projectKey", "uk.gov.hmcts.reform:civil-orchestrator-service"
property "sonar.coverage.jacoco.xmlReportPaths", "${jacocoTestReport.reports.xml.destination.path}"
property "sonar.coverage.exclusions", "**/requestbody/**, **/responsebody/**,**/exceptions/*, **/config/**/*Configuration.java, **/stereotypes/**, **/*Exception.java, **/model/**,**/mappings/*"
property "sonar.coverage.exclusions", "**/requestbody/**, **/responsebody/**,**/exceptions/*, **/config/**/*Configuration.java, **/stereotypes/**, **/*Exception.java, **/model/**,**/mappings/**"
property "sonar.cpd.exclusions", "**/*DocumentManagementService.java"
property "sonar.host.url", "https://sonar.reform.hmcts.net/"
}
Expand Down

0 comments on commit 1f2c5a2

Please sign in to comment.