diff options
| -rw-r--r-- | .luacov | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ -- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html return { - exclude = {"macros%.fnl", "tests/.*", "luarocks/.*", "itable/.*", "lazy%-seq/.*", "fennel%-test/.*"}, + exclude = {"macros%.fnl", "tests/.*", "luarocks/.*", "itable/.*", "lazy%-seq/.*", "fennel%-test/.*", "cljlib"}, runreport = true, statsfile = "luacov.stats"; reportfile = "luacov.report"; |