From 3ff1f560413135225deaf144a7fd2e28e63e9d22 Mon Sep 17 00:00:00 2001 From: Salakar Date: Mon, 9 Apr 2018 20:53:43 +0100 Subject: [PATCH] [tests] added additional coverage excludes --- bridge/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/package.json b/bridge/package.json index f7a3a750..cf0a0802 100755 --- a/bridge/package.json +++ b/bridge/package.json @@ -59,7 +59,7 @@ "functions": 95, "branches": 95, "include": ["**/dist/**"], - "exclude": ["node_modules", "**/dist/utils/emitter**"], + "exclude": ["node_modules", "**/dist/utils/emitter**", "**/dist/modules/admob**", "**/dist/modules/auth/phone**"], "sourceMap": true, "instrument": true, "cwd": "..",