From 65804093ef16174494d436a11d93620ab86a2d9c Mon Sep 17 00:00:00 2001 From: chrox Date: Tue, 7 Oct 2014 12:18:11 +0800 Subject: [PATCH] coverage test only sources from frontend and plugins --- .luacov | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.luacov b/.luacov index 656b1cef0..990ecbc5d 100644 --- a/.luacov +++ b/.luacov @@ -25,6 +25,8 @@ return { -- (exclude overrules include, do not include -- the .lua extension) ['include'] = { + 'frontend/.*$', + 'plugins/.*$', }, -- Patterns for files to exclude when reporting