From 66ae6fccc4bfdc8534476626b67fb0387f44468e Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sun, 14 Mar 2021 18:38:20 +0300 Subject: fix: exclude .cache dir from luacov --- .luacov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.luacov') 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"; -- cgit v1.2.3