Skip to content

Commit

Permalink
Issue #IQ-267 feat: fix sonar setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Feb 22, 2023
1 parent cdf5f2c commit 39a2447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectName=sunbird-quml-player
sonar.language=ts
sonar.sources=projects/quml-library/src/lib
sonar.exclusions=**/node_modules/**,**/environments/**,**/assets/**, **/*.module.ts, projects/quml-demo-app/**, projects/quml-player-wc/**, projects/quml-demo-app-e2e/**,
sonar.exclusions=**/node_modules/**,**/environments/**,**/assets/**, **/*.module.ts, projects/quml-demo-app/**, projects/quml-player-wc/**, projects/quml-demo-app-e2e/**, projects/quml-library/src/lib/**/*.spec.data.ts, projects/quml-library/src/lib/**/*.spec.ts, projects/quml-library/src/lib/**/*.module.ts
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectKey=Sunbird-inQuiry_player
sonar.host.url=https://sonarcloud.io
Expand Down

0 comments on commit 39a2447

Please sign in to comment.