From 052840502b65c8c253e970d0e7a2eca99fed833a Mon Sep 17 00:00:00 2001 From: kikito Date: Sat, 26 Dec 2015 13:04:33 +0100 Subject: [PATCH] attempts to use luacov --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7b36cb..205c61c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,14 @@ before_install: - hererocks base -r^ --$LUA - export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH - luarocks install busted + - luarocks install luacov + - luarocks install luacov-coveralls script: - - busted -v + - busted -v -c + +after_success: + - luacov-coveralls branches: except: