diff --git a/.nycrc b/.nycrc index fd199844..9c81728d 100644 --- a/.nycrc +++ b/.nycrc @@ -2,5 +2,8 @@ "exclude": [ "test/**/*.js" ], + "reporter": [ + "html" + ], "cache": true }