From bc6f9fe9ea411476936daebea96f069657f57c46 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 28 May 2019 20:37:15 +0000 Subject: [PATCH] build: ignore proto files in test coverage (#2929) --- .nycrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.nycrc b/.nycrc index bfe4073a6ab..83a421a0628 100644 --- a/.nycrc +++ b/.nycrc @@ -10,6 +10,7 @@ "**/samples", "**/scripts", "**/src/**/v*/**/*.js", + "**/protos", "**/test", ".jsdoc.js", "**/.jsdoc.js",