summaryrefslogtreecommitdiff
path: root/.luacov
diff options
context:
space:
mode:
Diffstat (limited to '.luacov')
-rw-r--r--.luacov10
1 files changed, 0 insertions, 10 deletions
diff --git a/.luacov b/.luacov
deleted file mode 100644
index 4546a9c..0000000
--- a/.luacov
+++ /dev/null
@@ -1,10 +0,0 @@
--- -*- mode: lua; -*-
--- setting default behaviors for luacov. For documentation on the options,
--- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html
-
-return {
- exclude = {"macros%.fnl", "tests/.*", "luarocks/.*", "itable/.*", "lazy%-seq/.*", "fennel%-test/.*", "cljlib"},
- runreport = true,
- statsfile = "luacov.stats";
- reportfile = "luacov.report";
-}