Skip to content

Commit 8e586e0

Browse files
author
bartvde
committed
Correct the file paths for CI
1 parent 42ccdd6 commit 8e586e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ node {
4040
-Dsonar.github.pullRequest=${env.CHANGE_ID} \
4141
-Dsonar.projectKey=ol-mapbox-style \
4242
-Dsonar.sources=. \
43-
-Dsonar.exclusions=coverage \
43+
-Dsonar.exclusions=coverage/** \
4444
-Dsonar.language=js \
4545
-Dsonar.projectName=ol-mapbox-style \
4646
-Dsonar.github.repository=boundlessgeo/ol-mapbox-style \
@@ -72,8 +72,8 @@ node {
7272
-Dsonar.dependencyCheck.reportPath=dependency-check-report.xml \
7373
-Dsonar.dependencyCheck.htmlReportPath=dependency-check-report.html \
7474
-Dsonar.sources=. \
75-
-Dsonar.exclusions=coverage \
76-
-Dsonar.coverage.exclusions=coverage,env-setup.js,__tests__,webpack.config.js \
75+
-Dsonar.exclusions=coverage/** \
76+
-Dsonar.coverage.exclusions=coverage/**,env-setup.js,__tests__/**,webpack.config.js \
7777
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info'
7878
"""
7979
}

0 commit comments

Comments
 (0)