X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa56f520518538069cffed9b37d2a3fc81d411ae..8a0edc1a3b6e911b8e6b8db2cb2c94b751fae29a:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index c377682df5..5dad479542 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,9 +5,9 @@ sonar.projectKey=simgrid sonar.projectName=SimGrid sonar.projectVersion=3.21.90 -sonar.links.homepage=http://simgrid.org -sonar.links.issue=https://github.com/simgrid/simgrid/issues -sonar.links.scm=https://github.com/simgrid/simgrid.git +sonar.links.homepage=https://simgrid.org +sonar.links.issue=https://framagit.org/simgrid/simgrid/issues +sonar.links.scm=https://framagit.org/simgrid/simgrid/ # Comma-separated paths to directories with sources (required) sonar.sources=src,examples,include,teshsuite @@ -99,13 +99,14 @@ sonar.issue.ignore.multicriteria.f1.ruleKey=cpp:S3630 sonar.issue.ignore.multicriteria.f1.resourceKey=src/smpi/bindings/smpi_f77*.cpp # Exclude some files from the analysis: -# - our unit tests +# - our unit tests # - the tests that we borrowed elsewhere (MPICH and ISP) # - Flex-generated files # - Collectives that we borrowed elsewhere (mpich, openMPI and other implems) # - the NAS, that are included in our examples +# - The Catch2 library, that is included in our unit tests # - RngStream, that is included in SimGrid -sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/isp/**,**/*_dtd.c,**/*_dtd.h,**/*yy.c,src/xbt/automaton/parserPromela.tab.*,src/smpi/colls/**/*,examples/smpi/NAS/*,src/xbt/RngStream.c,include/xbt/RngStream.h +sonar.exclusions=src/include/catch.hpp,src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/isp/**,**/*_dtd.c,**/*_dtd.h,**/*yy.c,src/xbt/automaton/parserPromela.tab.*,src/smpi/colls/**/*,examples/smpi/NAS/*,src/xbt/RngStream.c,include/xbt/RngStream.h # Exclude our examples from the duplication detection. # Examples are expected to be somehow repetitive @@ -135,3 +136,12 @@ sonar.java.binaries=CMakeFiles/simgrid-java_jar.dir,examples/deprecated/java # Don't talk to me: travis don't like your verbosity # sonar.verbose=true + +### NOTE: the following properties are overridden by Jenkins configuration +### +#sonar.java.binaries +#sonar.cfamily.build-wrapper-output +#sonar.cfamily.gcov.reportsPath +#sonar.python.coverage.reportPath +#sonar.coverage.jacoco.xmlReportPaths +#sonar.cfamily.threads