summaryrefslogtreecommitdiff
path: root/extras/luacov/src/luacov/tick.lua
diff options
context:
space:
mode:
Diffstat (limited to 'extras/luacov/src/luacov/tick.lua')
-rw-r--r--extras/luacov/src/luacov/tick.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/luacov/src/luacov/tick.lua b/extras/luacov/src/luacov/tick.lua
new file mode 100644
index 0000000..624cae3
--- /dev/null
+++ b/extras/luacov/src/luacov/tick.lua
@@ -0,0 +1,7 @@
+
+--- Load luacov using this if you want it to periodically
+-- save the stats file. This is useful if your script is
+-- a daemon (ie, does not properly terminate.)
+module("luacov.tick", package.seeall)
+
+require("luacov")