Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add codacy config file to ignore teshsuite folder for coverage computation
[simgrid.git] / .codacy.yml
diff --git a/.codacy.yml b/.codacy.yml
new file mode 100644 (file)
index 0000000..ab3273b
--- /dev/null
@@ -0,0 +1,6 @@
+---
+engines:
+ coverage:
+   enabled: true
+   exclude_paths:
+     - teshsuite/**