summaryrefslogtreecommitdiff
path: root/.luacov
blob: 8759d731483d6ca32452b2f1b378a0c29ffc01e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
-- -*- mode: lua; -*-
-- setting default behaviors for luacov. For documentation on the options,
-- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html

return {
  runreport = true,
  statsfile = "luacov.stats.out";
  reportfile = "luacov.report.out";
}