From 3fee82f050e055ba7770a2b0135f2ebe4ee7b985 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Mon, 10 May 2021 18:33:15 +0000 Subject: Try multi value return --- .luacov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.luacov') diff --git a/.luacov b/.luacov index d71fd1b..e693bb3 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", ".cache/*"}, + exclude = {"macros%.fnl", "tests/.*", "luarocks/.*"}, runreport = true, statsfile = "luacov.stats"; reportfile = "luacov.report"; -- cgit v1.2.3