mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
Collect code coverage
This commit is contained in:
parent
3443484cce
commit
5ec208d10d
@ -26,3 +26,6 @@ env:
|
||||
|
||||
script:
|
||||
- "./.travis/run.sh"
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
@ -1,7 +1,7 @@
|
||||
[project]
|
||||
title = Monarch
|
||||
version = 0.9
|
||||
dependencies = https://github.com/britzl/deftest/archive/2.3.0.zip
|
||||
dependencies = https://github.com/britzl/deftest/archive/2.4.0.zip
|
||||
|
||||
[bootstrap]
|
||||
main_collection = /example/example.collectionc
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user