summaryrefslogtreecommitdiff
path: root/.luacov
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-11-07 13:04:23 +0300
committerAndrey Orst <andreyorst@gmail.com>2020-11-07 13:04:23 +0300
commit2839566c7f83747bb8e2f28ae47699bd27f0ada7 (patch)
tree2e0155864204f9db000e508c6ac014e5f0678f64 /.luacov
parent41a22a09ba833b79676ac4335bca943dab53cbcb (diff)
fix(CI): update luacov pipeline
Diffstat (limited to '.luacov')
-rw-r--r--.luacov9
1 files changed, 6 insertions, 3 deletions
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";
}