summaryrefslogtreecommitdiff
path: root/.luacov
diff options
context:
space:
mode:
Diffstat (limited to '.luacov')
-rw-r--r--.luacov8
1 files changed, 3 insertions, 5 deletions
diff --git a/.luacov b/.luacov
index 1e6023e..9e4a6c2 100644
--- a/.luacov
+++ b/.luacov
@@ -3,10 +3,8 @@
-- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html
return {
- ["exclude"] = {
- "src/fennel/macros.fnl"
- },
+ exclude = {"src/fennel/macros.fnl"},
runreport = true,
- statsfile = "luacov.stats.out";
- reportfile = "luacov.report.out";
+ statsfile = "luacov.stats";
+ reportfile = "luacov.report";
}