summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.luacov2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacov b/.luacov
index 9e4a6c2..d71fd1b 100644
--- a/.luacov
+++ b/.luacov
@@ -3,7 +3,7 @@
-- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html
return {
- exclude = {"src/fennel/macros.fnl"},
+ exclude = {"src/fennel/macros.fnl", ".cache/*"},
runreport = true,
statsfile = "luacov.stats";
reportfile = "luacov.report";