From 0f201a6a2e40ed645f753aa799e854bcbd3e0bbf Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sun, 30 Oct 2022 12:02:24 +0300 Subject: exclude compiled cljlib.lua from luacov statistics --- .luacov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.luacov') diff --git a/.luacov b/.luacov index bcd0f5d..4546a9c 100644 --- a/.luacov +++ b/.luacov @@ -3,7 +3,7 @@ -- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html return { - exclude = {"macros%.fnl", "tests/.*", "luarocks/.*", "itable/.*", "lazy%-seq/.*", "fennel%-test/.*"}, + exclude = {"macros%.fnl", "tests/.*", "luarocks/.*", "itable/.*", "lazy%-seq/.*", "fennel%-test/.*", "cljlib"}, runreport = true, statsfile = "luacov.stats"; reportfile = "luacov.report"; -- cgit v1.2.3