Skip to content

Commit

Permalink
Update sonarqube.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmeet29 authored Jun 20, 2024
1 parent 2765ace commit 33dff2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
-Dsonar.js.file.suffixes=.js,.jsx
-Dsonar.qualitygate.wait=true
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
-Dsonar.exclusions=/dist/,/node_modules/,**/*.spec.js,**/*.test.js,lib/sdm.js
-Dsonar.exclusions=/dist/,/node_modules/,**/*.spec.js,**/*.test.js
-Dsonar.verbose=false # This should generally be set to `false` in a production environment to not clutter logs. Use `true` for debugging.

# Check the Quality Gate status.
Expand Down

0 comments on commit 33dff2e

Please sign in to comment.