-- -*- 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/.*"}, runreport = true, statsfile = "luacov.stats"; reportfile = "luacov.report"; }