summaryrefslogtreecommitdiff
path: root/.luacov
diff options
context:
space:
mode:
Diffstat (limited to '.luacov')
-rw-r--r--.luacov2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacov b/.luacov
index e693bb3..bcd0f5d 100644
--- a/.luacov
+++ b/.luacov
@@ -3,7 +3,7 @@
-- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html
return {
- exclude = {"macros%.fnl", "tests/.*", "luarocks/.*"},
+ exclude = {"macros%.fnl", "tests/.*", "luarocks/.*", "itable/.*", "lazy%-seq/.*", "fennel%-test/.*"},
runreport = true,
statsfile = "luacov.stats";
reportfile = "luacov.report";