Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use env for perl in this script
[simgrid.git] / sonar-project.properties
index 4a0af6e..a43fc78 100644 (file)
@@ -5,13 +5,16 @@ sonar.projectKey=simgrid
 sonar.projectName=SimGrid
 sonar.projectVersion=3.13.90
 
 sonar.projectName=SimGrid
 sonar.projectVersion=3.13.90
 
+sonar.links.homepage=http://simgrid.org
+sonar.links.issue=http://github.com/simgrid/simgrid/issues
+
 # Comma-separated paths to directories with sources (required)
 # Comma-separated paths to directories with sources (required)
-sonar.sources=src,examples,include,testsuite
+sonar.sources=src,examples,include,teshsuite
 
 
-# Exclude out unit tests from the analysis
-sonar.exclusions=src/*_unit.c,src/*_unit.cpp
-# Exclude the tests that we borrowed elsewhere
-sonar.exclusions=teshsuite/smpi/mpich3-test/*,teshsuite/smpi/isp/*
+# Exclude some files from the analysis:
+#  - our unit tests 
+#  - the tests that we borrowed elsewhere (MPICH and ISP)
+sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/*,teshsuite/smpi/isp/*
 
 # The build-wrapper output dir
 sonar.cfamily.build-wrapper-output=bw-outputs
 
 # The build-wrapper output dir
 sonar.cfamily.build-wrapper-output=bw-outputs