mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Add coverage gathering
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user