From: Martin Quinson Date: Fri, 27 May 2016 00:10:25 +0000 (+0200) Subject: sonar: also test include and testsuite (but not the foreign tests) X-Git-Tag: v3_14~1143 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9899f8b1d988a8ac1e5af829334bc2ffe786ae47?hp=fdc5754fa5151883b5280dc450003f940176b21b sonar: also test include and testsuite (but not the foreign tests) --- diff --git a/sonar-project.properties b/sonar-project.properties index c71b3023ba..4a0af6ebe7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,11 +2,16 @@ # Browse the result here: https://nemo.sonarqube.org/overview?id=simgrid sonar.projectKey=simgrid -sonar.projectName=SimGrid simulator of distributed systems (http://simgrid.org) +sonar.projectName=SimGrid sonar.projectVersion=3.13.90 # Comma-separated paths to directories with sources (required) -sonar.sources=src,examples +sonar.sources=src,examples,include,testsuite + +# 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/* # The build-wrapper output dir sonar.cfamily.build-wrapper-output=bw-outputs @@ -14,5 +19,5 @@ sonar.cfamily.build-wrapper-output=bw-outputs # Encoding of the source files sonar.sourceEncoding=UTF-8 -# Talk to me +# Talk to me (travis don't like it, it's too much) # sonar.verbose=true