From 9b7be05efad9c0cc6fce1071b032654d3032bffe Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 5 Dec 2018 15:55:31 -0800 Subject: [PATCH] chore: nyc ignore build/test by default (#174) --- packages/google-cloud-language/.nycrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-language/.nycrc b/packages/google-cloud-language/.nycrc index a1a8e6920ce..feb032400d4 100644 --- a/packages/google-cloud-language/.nycrc +++ b/packages/google-cloud-language/.nycrc @@ -3,7 +3,8 @@ "exclude": [ "src/*{/*,/**/*}.js", "src/*/v*/*.js", - "test/**/*.js" + "test/**/*.js", + "build/test" ], "watermarks": { "branches": [