Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update sonar-project.properties key
[simgrid.git] / sonar-project.properties
index 54b6f87..52a31b4 100644 (file)
@@ -1,7 +1,8 @@
 # This file is used to scan the project for issues automatically 
 # Browse the result here: https://sonarcloud.io/dashboard/?id=simgrid
 
-sonar.projectKey=simgrid
+sonar.organization=simgrid
+sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
 sonar.projectVersion=3.22.90
 
@@ -138,8 +139,8 @@ sonar.cfamily.gcov.reportsPath=Testing/CoverageInfo
 #   - foreign test suites
 #   - XML files
 #   - Python files used to generate either simcalls or deployment files
-sonar.coverage.exclusions=teshsuite/smpi/isp/**,teshsuite/smpi/mpich3-test/**,**/*.xml,src/simix/simcalls.py,**/generate.py
-
+#   - Any java source code (it's deprecated now)
+sonar.coverage.exclusions=teshsuite/smpi/isp/**,teshsuite/smpi/mpich3-test/**,**/*.xml,src/simix/simcalls.py,**/generate.py,**/*.java,src/bindings/java/**
 # Encoding of the source files
 sonar.sourceEncoding=UTF-8