mirror of
https://github.com/britzl/monarch.git
synced 2025-11-26 19:00:53 +01:00
Updated code coverage collection
This commit is contained in:
@@ -5,5 +5,5 @@ local test_monarch = require "test.test_monarch"
|
||||
|
||||
function init(self)
|
||||
deftest.add(test_monarch)
|
||||
deftest.run({ coverage = true })
|
||||
deftest.run({ coverage = { enabled = true }})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user