From: Martin Quinson Date: Wed, 4 Oct 2017 18:57:14 +0000 (+0200) Subject: sonar: also exclude java tests from coverage X-Git-Tag: v3_17~27 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c82f2d6b968157583f6133053bf2c2711e681f40 sonar: also exclude java tests from coverage --- diff --git a/sonar-project.properties b/sonar-project.properties index 33c75f11f1..ab7e01222b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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