From fad7b0de5bb32f29226d1295a99b232a704ae8be Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 1 Nov 2020 09:20:32 +0000 Subject: feature(CI): add coverage report --- .luacov | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .luacov (limited to '.luacov') diff --git a/.luacov b/.luacov new file mode 100644 index 0000000..8759d73 --- /dev/null +++ b/.luacov @@ -0,0 +1,9 @@ +-- -*- mode: lua; -*- +-- setting default behaviors for luacov. For documentation on the options, +-- see https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html + +return { + runreport = true, + statsfile = "luacov.stats.out"; + reportfile = "luacov.report.out"; +} -- cgit v1.2.3