From a1851986383148593ca85675d3dafd1e8517481a Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Thu, 12 Nov 2020 19:25:57 +0300 Subject: fix(CI): overhaul --- .luacov | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.luacov') diff --git a/.luacov b/.luacov index 1e6023e..9e4a6c2 100644 --- a/.luacov +++ b/.luacov @@ -3,10 +3,8 @@ -- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html return { - ["exclude"] = { - "src/fennel/macros.fnl" - }, + exclude = {"src/fennel/macros.fnl"}, runreport = true, - statsfile = "luacov.stats.out"; - reportfile = "luacov.report.out"; + statsfile = "luacov.stats"; + reportfile = "luacov.report"; } -- cgit v1.2.3