From 3b5aaaad591987a9a2560cb1bc30999601d09819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=ADa?= Date: Thu, 8 Sep 2016 20:24:26 +0200 Subject: [PATCH] two new exclusions for client side --- conf/default-coverage.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/default-coverage.json b/conf/default-coverage.json index b4023c7..c7b2d92 100644 --- a/conf/default-coverage.json +++ b/conf/default-coverage.json @@ -78,6 +78,8 @@ "**/practicalmeteor_mocha-core.js", "**/kadira_flow-router.js", "**/tmeasday_test-reporter-helpers.js", + "**/coffeescript.js", + "**/lmieulet_meteor-coverage.js", "**/practicalmeteor_chai.js" ] },