diff --git a/.nycrc b/.nycrc index 20bcfca22..a19f5b8b1 100644 --- a/.nycrc +++ b/.nycrc @@ -10,6 +10,9 @@ "exclude": [ "coverage", "test", - "tests" + "tests", + "resolvers/*/test", + "scripts", + "memo-parser" ] }