Skip to content

Commit

Permalink
Update Sonar Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtan2000 committed Oct 19, 2024
1 parent fbddef8 commit 747369d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
sonar.projectKey=mtech-31-quemistry_quemistry_client_web
sonar.organization=mtech-31-quemistry
sonar.host.url=https://sonarcloud.io
sonar.sources=.
sonar.tests=.
sonar.test.inclusions=**/*.test.tsx,**/*.test.ts
sonar.typescript.lcov.reportPaths=coverage/lcov.info
sonar.javascript.lcov.reportPaths=coverage/lcov.info

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=quemistry_client_web
Expand Down

0 comments on commit 747369d

Please sign in to comment.