We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30114c0 + cec6eba commit 03e3dbaCopy full SHA for 03e3dba
build.gradle
@@ -88,7 +88,8 @@ jacocoTestCoverageVerification {
88
sonarqube {
89
properties {
90
property "sonar.projectKey", "${project.name}"
91
- property "sonar.coverage.exclusions", "**/configuration/MetricsConfiguration.java"
+ property "sonar.coverage.exclusions", "**/configuration/*"
92
+ property "sonar.cpd.exclusions", "**/model/api/*,**/model/entity/*"
93
}
94
95
0 commit comments