X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/00b2e701ab8ca3dd350bb8e9d65313986cabe8f0..3442a69950afec6b4219e6d5a6b771fe03d3189a:/.codacy.yml diff --git a/.codacy.yml b/.codacy.yml index ab3273b3dd..fa5ea26553 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -3,4 +3,17 @@ engines: coverage: enabled: true exclude_paths: - - teshsuite/** + - 'teshsuite/**' +exclude_paths: + - '**/*_dtd.c' + - '**/*_dtd.h' + - '**/*yy.c' + - 'docs/**.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/**'