3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 18:12:22 +02:00

Updated code coverage collection

This commit is contained in:
Björn Ritzl
2018-08-01 07:49:27 +02:00
parent 75e3ac1ce9
commit 588398e23e
4 changed files with 78 additions and 3 deletions

View File

@@ -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