mirror of
https://github.com/mpeterv/markdown.git
synced 2025-01-14 05:04:19 +00:00
Add coverage gathering
This commit is contained in:
parent
e511d42c17
commit
6028a607e7
@ -13,7 +13,11 @@ before_install:
|
||||
- export PATH=$PATH:$PWD/here/bin
|
||||
|
||||
install:
|
||||
- luarocks install luacov-coveralls
|
||||
- luarocks make
|
||||
|
||||
script:
|
||||
- lua markdown-tests.lua
|
||||
- lua -lluacov markdown-tests.lua
|
||||
|
||||
after_success:
|
||||
- luacov-coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user