Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ExarcaFidalgo authored Jan 22, 2024
1 parent f179ce6 commit bca6784
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
sonar.projectKey=Arquisoft_wiq_0
sonar.projectKey=Arquisoft_wiq_es6a
sonar.organization=arquisoft

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=wiq_0
sonar.projectName=wiq_es6a
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_0
sonar.projectName=wiq_es6a

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.javascript.lcov.reportPaths=**/coverage/lcov.info

0 comments on commit bca6784

Please sign in to comment.