Skip to content

Commit

Permalink
Sonar properties file modification (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian authored Jan 22, 2024
1 parent 48b4520 commit b02472b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
sonar.projectKey=Arquisoft_wiq_0
sonar.projectKey=Arquisoft_wiq_es05a
sonar.organization=arquisoft

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

sonar.coverage.exclusions=**/*.test.js
sonar.sources=webapp/src/components,users/authservice,users/userservice,gatewayservice
Expand Down

0 comments on commit b02472b

Please sign in to comment.