Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add codacy config file to ignore teshsuite folder for coverage computation
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sat, 7 Jul 2018 17:20:47 +0000 (19:20 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sat, 7 Jul 2018 17:20:47 +0000 (19:20 +0200)
.codacy.yml [new file with mode: 0644]

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/**