Skip to content

Commit

Permalink
Issue #SB-000 fix: Code coverage not reflectiing on sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
ahghatol committed Jul 6, 2021
1 parent b39faa9 commit ff4647a
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
Expand Up @@ -2,7 +2,7 @@ sonar.projectName=sunbird-collection-editor
sonar.language=ts
sonar.sources=projects/collection-editor-library/src
sonar.exclusions=projects/collection-editor-library/src/lib/assets/**,projects/collection-editor-library/src/lib/**/*.spec.ts,projects/collection-editor-library/src/lib/**/*.spec.data.ts,projects/collection-editor-library/src/lib/**/*.module.ts
sonar.typescript.lcov.reportPaths=/root/sunbird-collection-editor/projects/collection-editor-library/coverage/lcov.info
sonar.javascript.lcov.reportPaths=projects/collection-editor-library/coverage/lcov.info
sonar.projectKey=Sunbird-Ed_sunbird-collection-editor
sonar.host.url=https://sonarcloud.io
sonar.organization=sunbird-ed
Expand Down

0 comments on commit ff4647a

Please sign in to comment.