test: ajout de propriétés dans le fichier de config pour sonarqube

This commit is contained in:
ineszang44
2026-09-17 12:19:26 +02:00
parent 7913518c4b
commit 8e07168a5e
+6 -7
View File
@@ -1,14 +1,13 @@
sonar.projectKey=ProjetPiscine_EnerVision
sonar.organization=groupe3-ener-vision
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=ProjetPiscine_EnerVision
#sonar.projectVersion=1.0
sonar.sourceEncoding=UTF-8
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
sonar.sources=frontend/src,backend/src
# Répertoire contenant les TU
sonar.tests=frontend/tests,backend/tests,frontend/tests/**,backend/tests/**
sonar.javascript.lcov.reportPaths=frontend/coverage/lcov.info,backend/coverage/lcov.info
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8