From c16bd6dcb55aa6260d5a08b257ca382790781f31 Mon Sep 17 00:00:00 2001 From: Yonaba Date: Tue, 19 Jan 2016 23:11:42 +0000 Subject: [PATCH] Exclude 30log-* files from code coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 48d9f71..97d1ace 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: script: "tsc -f specs/*" after_success: - - luacov-coveralls -c .luacov + - luacov-coveralls -c .luacov -e 30log- notifications: email: