diff --git a/.nycrc b/.nycrc index 82a1fc5f1e..dc7c97ebc0 100644 --- a/.nycrc +++ b/.nycrc @@ -4,7 +4,8 @@ "text-summary" ], "exclude": [ - "**/spec/**" + "**/spec/**", + "resources/**" ] }