diff --git a/.nycrc b/.nycrc index 638e7f8..0300ee3 100644 --- a/.nycrc +++ b/.nycrc @@ -2,6 +2,7 @@ "include": [ "packages/**" ], "reporter": [ "cobertura", - "lcov" + "lcov", + "text-summary" ] }