From ba524f10e73f03dc941945daaa600ef91ffbb5f4 Mon Sep 17 00:00:00 2001 From: Nathan Hartland Date: Thu, 5 Jul 2018 23:48:36 +0200 Subject: [PATCH] Adjustments for coveralls --- .luacov | 1 + .travis.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.luacov b/.luacov index d7ca939..490a0a1 100644 --- a/.luacov +++ b/.luacov @@ -1,3 +1,4 @@ return { + ["exclude"] = { 'luaunit.lua' }, ["include"] = { 'forma/*' }, } diff --git a/.travis.yml b/.travis.yml index 3024abf..241ef26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,10 @@ before_install: - pip install hererocks - hererocks env --$LUA -rlatest - source env/bin/activate - - luarocks install luacov-coveralls + - luarocks install ldoc - luarocks install luaunit - luarocks install luacov - - luarocks install ldoc + - luarocks install luacov-coveralls script: - lua -lluacov tests/run.lua