Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Only exclude from coverage a subset of python files.
[simgrid.git] / sonar-project.properties
index 8f3db25..c377682 100644 (file)
@@ -123,15 +123,15 @@ sonar.cfamily.gcov.reportsPath=Testing/CoverageInfo
 # Files to ignore from coverage analysis:
 #   - foreign test suites
 #   - XML files
-#   - Python files
-sonar.coverage.exclusions=teshsuite/smpi/isp/**,teshsuite/smpi/mpich3-test/**,**/*.xml,**/*.py
+#   - Python files used to generate either simcalls or deployment files
+sonar.coverage.exclusions=teshsuite/smpi/isp/**,teshsuite/smpi/mpich3-test/**,**/*.xml,src/simix/simcalls.py,**/generate.py
 
 # Encoding of the source files
 sonar.sourceEncoding=UTF-8
 
 # Version of the used prog languages
 sonar.java.source=7
-sonar.java.binaries=CMakeFiles/simgrid-java_jar.dir,examples/java
+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