From 9899f8b1d988a8ac1e5af829334bc2ffe786ae47 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 27 May 2016 02:10:25 +0200 Subject: [PATCH] sonar: also test include and testsuite (but not the foreign tests) --- sonar-project.properties | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 -- 2.20.1