From 1bc524878147ea798fa15398a3d6a636fac87ddc Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 21 Feb 2023 22:07:06 -0600 Subject: [PATCH] chore: more work on coverage job --- .nycrc | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.nycrc b/.nycrc index 978f10c..9b12abb 100644 --- a/.nycrc +++ b/.nycrc @@ -6,8 +6,18 @@ "functions": 100, "statements": 100, "all": true, - "include": ["src/**/*.ts"], - "exclude": ["src/index.ts", "**/*.spec.ts"], - "reporter": ["html", "lcov", "text", "text-summary", "json"], + "include": [ + "src/**/*.ts" + ], + "exclude": [ + "src/index.ts", + "**/*.spec.ts" + ], + "reporter": [ + "html", + "lcov", + "text", + "text-summary" + ], "report-dir": "coverage" -} +} \ No newline at end of file