Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
end of revision for this file
[simgrid.git] / .codacy.yml
index ab3273b..ac70b5f 100644 (file)
@@ -3,4 +3,19 @@ engines:
  coverage:
    enabled: true
    exclude_paths:
-     - teshsuite/**
+     - 'teshsuite/**'
+exclude_paths:
+  - 'doc/**.css'
+  - '**/*_dtd.c'
+  - '**/*_dtd.h'
+  - '**/*yy.c'
+  - 'docs/**.py'
+  - 'tools/**.py'
+  - 'examples/smpi/NAS/*'
+  - 'include/xbt/RngStream.h'
+  - 'src/include/catch.hpp'
+  - 'src/smpi/colls/**/*'
+  - 'src/xbt/RngStream.c'
+  - 'src/xbt/automaton/parserPromela.tab.*'
+  - 'teshsuite/smpi/isp/**'
+  - 'teshsuite/smpi/mpich3-test/**'