From: Mikhail Galanin Date: Fri, 5 Oct 2018 11:35:56 +0000 (+0100) Subject: [Test] global variable for coverage collector X-Git-Tag: 1.8.1~90^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2570%2Fhead;p=thirdparty%2Frspamd.git [Test] global variable for coverage collector --- diff --git a/.luacheckrc b/.luacheckrc index 9b899c2168..39b820b701 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -63,3 +63,7 @@ files['/**/src/rspamadm/*'].globals = { 'ansicolors', 'getopt', } + +files['test/functional/lua/test_coverage.lua'].globals = { + '__GLOBAL_COVERAGE_WATCHDOG' +}