diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-10-05 12:35:56 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-10-05 12:35:56 +0100 |
commit | ee9041edc60ce2ef35760d70f9de5816bab2760a (patch) | |
tree | 1c2a55b42af3425ca279e2cf04efa7b80f5f03cb /.luacheckrc | |
parent | 3440e3a862c02df2eb005d7335c17fbe78eb63ea (diff) | |
download | rspamd-ee9041edc60ce2ef35760d70f9de5816bab2760a.tar.gz rspamd-ee9041edc60ce2ef35760d70f9de5816bab2760a.zip |
[Test] global variable for coverage collector
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 9b899c216..39b820b70 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' +} |