From bc324271fa43ea01bcbc4be26734601a3c143ecc Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Fri, 6 Sep 2019 18:11:36 -0400 Subject: [PATCH] update .nycrc ignore rules (#1819) --- .nycrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.nycrc b/.nycrc index 83a421a0628..23e322204ec 100644 --- a/.nycrc +++ b/.nycrc @@ -6,6 +6,7 @@ "**/.coverage", "**/apis", "**/benchmark", + "**/conformance", "**/docs", "**/samples", "**/scripts",