Skip to content

Commit 18926b9

Browse files
Merge pull request #242 from Deeksha1502/sonar-scanner-check
SBCOSS-525: Added sonar property
2 parents 61223de + 8834935 commit 18926b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonar-project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ sonar.host.url=https://sonarcloud.io
66
sonar.organization=sunbird-knowlg-1
77
sonar.projectVersion=1.0
88
sonar.exclusions=**/*.spec.js,**/libs/*.js,**/deploy/**,**/server/**,**/migration/*task.js,**/backward-compatibility.js,**/base-plugin.js,**/bootstrap-editor.js,**/ce-config.js,**/content-editor-api.js,**/content-editor.js,**/webpack.plugin.config.js,**/webpack.config.js,**/karmaconf.pluginframework.js,**/karmaconf.js,**/handle-empty-css.css,**/gulpfile.js,**/Gruntfile.js,**/app.js,**/test_framework/**,**/test/**
9-
sonar.javascript.lcov.reportPaths=/tmp/coverage/lcov.info
9+
sonar.javascript.lcov.reportPaths=/tmp/coverage/lcov.info
10+
sonar.scanner.force=true

0 commit comments

Comments
 (0)