diff --git a/.nycrc b/.nycrc index bdd626c..726d82b 100644 --- a/.nycrc +++ b/.nycrc @@ -4,6 +4,7 @@ "reporter": ["text-summary", "text", "html", "json"], "exclude": [ "coverage", + "dist", "test" ] }