summaryrefslogtreecommitdiff
path: root/extras/luacov/src/luacov/tick.lua
blob: 624cae370715408ed0c843815a83e5e58b13af7d (plain)
1
2
3
4
5
6
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")