summaryrefslogtreecommitdiff
path: root/.luacov
diff options
context:
space:
mode:
Diffstat (limited to '.luacov')
-rw-r--r--.luacov22
1 files changed, 22 insertions, 0 deletions
diff --git a/.luacov b/.luacov
new file mode 100644
index 0000000..ffc7ab3
--- /dev/null
+++ b/.luacov
@@ -0,0 +1,22 @@
+-- -*- Lua -*-
+return {
+ statsfile = "luacov.stats.out",
+ reportfile = "luacov.report.out",
+ tick = false,
+ savestepsize = 100,
+ runreport = false,
+ deletestats = false,
+ codefromstrings = false,
+ include = { },
+ exclude = {
+ "^/usr/share",
+ "%.conf$",
+ "%.clod$",
+ "clod%-config", "^hooks/", "supple%-transfer",
+ "lang/[^/]+$",
+ "lib/gitano$",
+ "plugins/demo$",
+ "gitano/coverage$",
+ },
+ modules = {},
+}