fixed typo
All checks were successful
Sonarqube Scanner / Build and analyze (push) Successful in 1m1s
All checks were successful
Sonarqube Scanner / Build and analyze (push) Successful in 1m1s
This commit is contained in:
parent
8785a9ec47
commit
431f9b1d81
@ -48,10 +48,10 @@ jobs:
|
|||||||
-Dsonar.projectKey=$SONAR_PROJECT_KEY \
|
-Dsonar.projectKey=$SONAR_PROJECT_KEY \
|
||||||
-Dsonar.sources=. \
|
-Dsonar.sources=. \
|
||||||
-Dsonar.host.url=$SONAR_HOST_URL \
|
-Dsonar.host.url=$SONAR_HOST_URL \
|
||||||
-Dsonar.javascript.lcov.reportPaths=coverage/js/lcov.info
|
-Dsonar.javascript.lcov.reportPaths=coverage/js/lcov.info \
|
||||||
-Dsonar.sources=src,public,scripts,server.js,tools/python
|
-Dsonar.sources=src,public,scripts,server.js,tools/python \
|
||||||
-Dsonar.tests=test
|
-Dsonar.tests=test \
|
||||||
-Dsonar.test.inclusions=test/**/*.test.js
|
-Dsonar.test.inclusions=test/**/*.test.js \
|
||||||
-Dsonar.exclusions=public/vendor/**,node_modules/**,data/**,storage/**
|
-Dsonar.exclusions=public/vendor/**,node_modules/**,data/**,storage/**
|
||||||
|
|
||||||
# If you wish to fail your job when the Quality Gate is red, uncomment the
|
# If you wish to fail your job when the Quality Gate is red, uncomment the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user