X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7db0f6d8f854be303a65c145d04cf62e6bd2ca52..17404896a6c566afdcdd0034884f234566b1d452:/sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties index 33c75f11f1..680725f0c9 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,9 +1,9 @@ # This file is used to scan the project for issues automatically -# Browse the result here: https://sonarqube.com/dashboard?id=simgrid +# Browse the result here: https://sonarcloud.io/dashboard/?id=simgrid sonar.projectKey=simgrid sonar.projectName=SimGrid -sonar.projectVersion=3.16 +sonar.projectVersion=3.20.90 sonar.links.homepage=http://simgrid.org sonar.links.issue=https://github.com/simgrid/simgrid/issues @@ -103,8 +103,8 @@ sonar.cfamily.gcov.reportsPath=Testing/CoverageInfo # Files to ignore from coverage analysis: # - foreign test suites # - platform files (I fail to get sonar ignore *.xml files) -# - Java code and examples -sonar.coverage.exclusions=teshsuite/smpi/isp/**,teshsuite/smpi/mpich3-test/**,examples/platforms/**,src/bindings/java/**,examples/java/** +# - Java code, examples and tests +sonar.coverage.exclusions=teshsuite/smpi/isp/**,teshsuite/smpi/mpich3-test/**,examples/platforms/**,src/bindings/java/**,examples/java/**,teshsuite/java/** # Encoding of the source files sonar.sourceEncoding=UTF-8