chore: more work on coverage job
This commit is contained in:
@@ -6,8 +6,18 @@
|
|||||||
"functions": 100,
|
"functions": 100,
|
||||||
"statements": 100,
|
"statements": 100,
|
||||||
"all": true,
|
"all": true,
|
||||||
"include": ["src/**/*.ts"],
|
"include": [
|
||||||
"exclude": ["src/index.ts", "**/*.spec.ts"],
|
"src/**/*.ts"
|
||||||
"reporter": ["html", "lcov", "text", "text-summary", "json"],
|
],
|
||||||
|
"exclude": [
|
||||||
|
"src/index.ts",
|
||||||
|
"**/*.spec.ts"
|
||||||
|
],
|
||||||
|
"reporter": [
|
||||||
|
"html",
|
||||||
|
"lcov",
|
||||||
|
"text",
|
||||||
|
"text-summary"
|
||||||
|
],
|
||||||
"report-dir": "coverage"
|
"report-dir": "coverage"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user