summaryrefslogtreecommitdiff
path: root/.luacov
blob: d71fd1bef3c7e9e69db91cb1eb27827e782b364f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
-- -*- 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 = {"src/fennel/macros.fnl", ".cache/*"},
   runreport = true,
   statsfile = "luacov.stats";
   reportfile = "luacov.report";
}