diff options
Diffstat (limited to '.luacov')
| -rw-r--r-- | .luacov | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,7 +3,10 @@ -- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html return { - runreport = true, - statsfile = "luacov.stats.out"; - reportfile = "luacov.report.out"; + ["exclude"] = { + "src/fennel/macros.fnl" + }, + runreport = true, + statsfile = "luacov.stats.out"; + reportfile = "luacov.report.out"; } |