From 9bbe5ddf93c7c8b17a73318bc89dd1330f4f3f59 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sun, 21 Aug 2022 18:03:25 +0000 Subject: release v1.0.0 Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros. --- .luacov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.luacov') diff --git a/.luacov b/.luacov index e693bb3..bcd0f5d 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/.*"}, + exclude = {"macros%.fnl", "tests/.*", "luarocks/.*", "itable/.*", "lazy%-seq/.*", "fennel%-test/.*"}, runreport = true, statsfile = "luacov.stats"; reportfile = "luacov.report"; -- cgit v1.2.3