From 41d4ebc676436b7fba145833887207c48cfc8145 Mon Sep 17 00:00:00 2001 From: Hongbo Zhang Date: Thu, 21 Dec 2017 18:20:37 +0800 Subject: [PATCH] tweak --- .istanbul.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.istanbul.yml b/.istanbul.yml index d7613f6532..d03f5aa7c8 100644 --- a/.istanbul.yml +++ b/.istanbul.yml @@ -4,7 +4,7 @@ instrumentation: extensions: - .js default-excludes: false - excludes: [ '**/node_modules/**'] + excludes: [ '**/node_modules/**','jscomp/test/**'] embed-source: false variable: __coverage__ compact: true