chore: more work on coverage job

This commit is contained in:
Stevan Freeborn
2023-02-21 22:07:06 -06:00
parent 16fc7e2eae
commit 1bc5248781
+13 -3
View File
@@ -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"
}