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

Collect code coverage

This commit is contained in:
Björn Ritzl
2018-07-31 19:01:22 +02:00
parent 3443484cce
commit 5ec208d10d
3 changed files with 5 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ local test_monarch = require "test.test_monarch"
function init(self)
deftest.add(test_monarch)
deftest.run()
deftest.run({ coverage = true })
end