Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago21112001 authored Mar 21, 2024
1 parent 30eaca8 commit d36e14e
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_es6b
sonar.projectKey=Arquisoft_wiq_es04d
sonar.organization=arquisoft

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

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

0 comments on commit d36e14e

Please sign in to comment.