From 1eb46c512dcd46dcef1d0e8e417de32d59bb7a16 Mon Sep 17 00:00:00 2001 From: AGC <158510532+AlvaroGlezC@users.noreply.github.com> Date: Fri, 3 May 2024 18:04:49 +0200 Subject: [PATCH] Update sonar-project.properties --- sonar-project.properties | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index c71b8d7..9dec2de 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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