test: ajout de propriétés dans le fichier de config pour sonarqube
This commit is contained in:
@@ -1,14 +1,13 @@
|
|||||||
sonar.projectKey=ProjetPiscine_EnerVision
|
sonar.projectKey=ProjetPiscine_EnerVision
|
||||||
sonar.organization=groupe3-ener-vision
|
sonar.organization=groupe3-ener-vision
|
||||||
|
sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
# This is the name and version displayed in the SonarCloud UI.
|
|
||||||
#sonar.projectName=ProjetPiscine_EnerVision
|
|
||||||
#sonar.projectVersion=1.0
|
|
||||||
|
|
||||||
|
|
||||||
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
# 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
|
# Encoding of the source code. Default is default system encoding
|
||||||
#sonar.sourceEncoding=UTF-8
|
#sonar.sourceEncoding=UTF-8
|
||||||
Reference in New Issue
Block a user