From 87fcbd49ccd183e4dfc58714cf3304012cd0e6a7 Mon Sep 17 00:00:00 2001 From: chrox Date: Thu, 16 Oct 2014 10:28:27 +0800 Subject: [PATCH] don't test coverage on plugins since it's not easy to cover code that use external services like Evernote cloud and calibre. --- .luacov | 1 - 1 file changed, 1 deletion(-) diff --git a/.luacov b/.luacov index 990ecbc5d..a6b55357a 100644 --- a/.luacov +++ b/.luacov @@ -26,7 +26,6 @@ return { -- the .lua extension) ['include'] = { 'frontend/.*$', - 'plugins/.*$', }, -- Patterns for files to exclude when reporting