Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add docs/ to the tarball
[simgrid.git] / .codacy.yml
1 ---
2 engines:
3  coverage:
4    enabled: true
5    exclude_paths:
6      - teshsuite/**
7 exclude_paths:
8   - src/*_unit.c*
9   - teshsuite/smpi/mpich3-test/**
10   - teshsuite/smpi/isp/**
11   - **/*_dtd.c
12   - **/*_dtd.h
13   - **/*yy.c
14   - src/xbt/automaton/parserPromela.tab.*
15   - src/smpi/colls/**/*
16   - examples/smpi/NAS/*
17   - src/xbt/RngStream.c
18   - include/xbt/RngStream.h
19