Skip to content

Commit

Permalink
Exclude samples from sonar to avoid duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Mar 12, 2024
1 parent 1ad3bb3 commit 396efa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
property "sonar.junit.reportPaths", "build/test-results/test"
property "sonar.java-coveragePlugin", "jacoco"
property "sonar.coverage.jacoco.xmlReportPaths", "${rootDir}/build/reports/jacoco/generateMergedReport/generateMergedReport.xml"
property "sonar.exclusions", ".github/**"
property "sonar.exclusions", ".github/**,examples/**/*"
property 'sonar.coverage.exclusions', 'examples/**/*'
}
}
Expand Down

0 comments on commit 396efa4

Please sign in to comment.