From: Augustin Degomme Date: Sat, 7 Jul 2018 17:20:47 +0000 (+0200) Subject: add codacy config file to ignore teshsuite folder for coverage computation X-Git-Tag: v3_21~548 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/41e324445d3555cb6cb37ecd35d2913d85a88847 add codacy config file to ignore teshsuite folder for coverage computation --- diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000000..ab3273b3dd --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,6 @@ +--- +engines: + coverage: + enabled: true + exclude_paths: + - teshsuite/**