Add coverage gathering

This commit is contained in:
mpeterv
2015-09-24 18:44:43 +03:00
parent 857dca923c
commit 7134d25ca5
5 changed files with 33 additions and 18 deletions

View File

@@ -14,10 +14,14 @@ before_install:
- luarocks install luacheck
- luarocks install dkjson --deps-mode=none
- luarocks install busted
- luarocks install luacov-coveralls
install:
- luarocks make
script:
- busted
- luacheck src spec
- busted -c
after_success:
- luacov-coveralls