Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC authored May 3, 2024
1 parent f10345a commit 1eb46c5
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# sonar.projectKey=Arquisoft_wiq_es6b
# sonar.organization=arquisoft
sonar.projectKey=Arquisoft_wiq_es1d
sonar.organization=arquisoft

# This is the name and version displayed in the SonarCloud UI.
# sonar.projectName=wiq_es6b
# sonar.projectVersion=1.0
sonar.projectName=wiq_es1d
sonar.projectVersion=1.0

# Encoding of the source code. Default is default system encoding
# sonar.host.url=https://sonarcloud.io
# sonar.language=js
# sonar.projectName=wiq_es6b
sonar.host.url=https://sonarcloud.io

# sonar.coverage.exclusions=**/*.test.js
# sonar.sources=webapp/src/components,users/authservice,users/userservice,gatewayservice
# sonar.sourceEncoding=UTF-8
# sonar.exclusions=node_modules/**
# sonar.javascript.lcov.reportPaths=**/coverage/lcov.info
sonar.sources=syg-frontend/src
sonar.sourceEncoding=UTF-8
sonar.exclusions=syg-frontend/node_modules/**
sonar.javascript.lcov.reportPaths=**/coverage/lcov.info

0 comments on commit 1eb46c5

Please sign in to comment.