From 40f714703780dc0e5b526c896c978a20986909e9 Mon Sep 17 00:00:00 2001 From: Paul Melnikow Date: Mon, 9 Oct 2017 14:52:10 -0400 Subject: [PATCH] Exclude tests from coverage (#1136) Also, include `lib/suggest.js` which is part of the server, and rename `vendor` to `service-tests` to match the renames which occurred during the review of #937. --- .istanbul.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.istanbul.yml b/.istanbul.yml index dc16e2061de43..3adbb943bc9f2 100644 --- a/.istanbul.yml +++ b/.istanbul.yml @@ -1,2 +1,2 @@ instrumentation: - excludes: ['lib/suggest.js', 'vendor/**/*.js'] + excludes: ['**/*.spec.js', 'service-tests/']