26 lines
358 B
JSON
26 lines
358 B
JSON
{
|
|
"check-coverage": true,
|
|
"lines": 92.35,
|
|
"functions": 88.28,
|
|
"branches": 84.64,
|
|
"statements": 92.16,
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.spec.ts"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text",
|
|
"json"
|
|
],
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"cache": true,
|
|
"all": true,
|
|
"instrument": false,
|
|
"sourceMap": true
|
|
}
|