Skip to content

Commit c1a9dc2

Browse files
ci: Added tests folder to exclusions (#6148)
Added tests folder to exclusions Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
1 parent 505ab8b commit c1a9dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ node {
121121
${analysisParameters} \
122122
-Dsonar.core.codeCoveragePlugin=jacoco \
123123
-Dsonar.projectKey=org.eclipse.kura:kura \
124-
-Dsonar.exclusions=**/*.xml,**/*.yml,test-util/**/*.java \
124+
-Dsonar.exclusions=test/**/*,**/*.xml,**/*.yml,test-util/**/* \
125125
-Dsonar.test.exclusions=**/*
126126
"""
127127
}

0 commit comments

Comments
 (0)