X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7ba3fef0fdcea0cec3a89b585f5681eeb7e025be..0191eb1f7886f424458a94ca36a891c97a5a98d3:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index c5addf1c89..07c23a1e5f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -54,7 +54,7 @@ sonar.issue.ignore.multicriteria.c3.resourceKey=include/smpi/smpi_extended_trace # - Collectives that we borrowed elsewhere (mpich, openMPI and other implems) # - the NAS, that are included in our examples # - 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/smpi/colls/*,examples/smpi/NAS/*,src/xbt/RngStream.c,include/xbt/RngStream.h +sonar.exclusions=src/*_unit.c*,teshsuite/smpi/mpich3-test/**,teshsuite/smpi/isp/**,**/*_dtd.c,**/*_dtd.h,**/*yy.c,src/xbt/automaton/parserPromela.tab.cacc,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 @@ -78,6 +78,14 @@ sonar.issue.ignore.allfile.flexMLGenerated.fileRegexp="generated with the FleXML # The build-wrapper output dir sonar.cfamily.build-wrapper-output=bw-outputs +# Where the coverage files are located +# See https://docs.sonarqube.org/pages/viewpage.action?pageId=5312222 +sonar.cfamily.gcov.reportsPath=Testing/CoverageInfo +# Files to ignore from coverage analysis: +# - foreign test suites +# - xml files +sonar.coverage.exclusions=teshsuite/smpi/isp/**,teshsuite/smpi/mpich3-test/**,**/*.xml + # Encoding of the source files sonar.sourceEncoding=UTF-8