From 82ff01eeb91ade69646e08fcd1a14b13fe124aa8 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Wed, 13 Apr 2016 00:51:30 -0400 Subject: [PATCH] luacov: not using luacov-coveralls --- tests/.luacov | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/.luacov b/tests/.luacov index 0bc0389..ef95a1d 100644 --- a/tests/.luacov +++ b/tests/.luacov @@ -35,16 +35,4 @@ return { -- the .lua extension) exclude = { }, - - -- configuration for luacov-coveralls reporter - coveralls = { - - -- debug = true; - - pathcorrect = { - {"^../lua/", "lua/"}; - }, - - }, - } -- 2.11.4.GIT