From 2839566c7f83747bb8e2f28ae47699bd27f0ada7 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sat, 7 Nov 2020 13:04:23 +0300 Subject: fix(CI): update luacov pipeline --- .luacov | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.luacov') diff --git a/.luacov b/.luacov index 8759d73..1e6023e 100644 --- a/.luacov +++ b/.luacov @@ -3,7 +3,10 @@ -- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html return { - runreport = true, - statsfile = "luacov.stats.out"; - reportfile = "luacov.report.out"; + ["exclude"] = { + "src/fennel/macros.fnl" + }, + runreport = true, + statsfile = "luacov.stats.out"; + reportfile = "luacov.report.out"; } -- cgit v1.2.3