summaryrefslogtreecommitdiff
path: root/.luacov
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2021-05-10 18:33:15 +0000
committerAndrey Listopadov <andreyorst@gmail.com>2021-05-10 18:33:15 +0000
commit3fee82f050e055ba7770a2b0135f2ebe4ee7b985 (patch)
treeca9d6e464aff19fdf6141c21f6b87e5054aa76d3 /.luacov
parent9ff8b7069da390540168723ce110b92f6d17c6b0 (diff)
Try multi value return
Diffstat (limited to '.luacov')
-rw-r--r--.luacov2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacov b/.luacov
index d71fd1b..e693bb3 100644
--- a/.luacov
+++ b/.luacov
@@ -3,7 +3,7 @@
-- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html
return {
- exclude = {"src/fennel/macros.fnl", ".cache/*"},
+ exclude = {"macros%.fnl", "tests/.*", "luarocks/.*"},
runreport = true,
statsfile = "luacov.stats";
reportfile = "luacov.report";