2018-10-26 20:11:40 +01:00
|
|
|
{
|
|
|
|
"check-coverage": true,
|
2021-09-30 02:30:53 +01:00
|
|
|
"statements": 99.32,
|
2021-12-02 18:06:22 +00:00
|
|
|
"branches": 96.27,
|
|
|
|
"functions": 99.11,
|
|
|
|
"lines": 99.32,
|
2018-10-26 20:11:40 +01:00
|
|
|
"include": [
|
|
|
|
"src/**/*.ts"
|
|
|
|
],
|
|
|
|
"exclude": [
|
2020-07-15 14:11:59 +08:00
|
|
|
"src/**/*.spec.ts",
|
|
|
|
"src/import-dotx/import-dotx.ts"
|
2018-10-26 20:11:40 +01:00
|
|
|
],
|
|
|
|
"reporter": [
|
|
|
|
"lcov",
|
|
|
|
"text",
|
|
|
|
"json"
|
|
|
|
],
|
|
|
|
"extension": [
|
|
|
|
".ts"
|
|
|
|
],
|
|
|
|
"cache": true,
|
|
|
|
"all": true,
|
|
|
|
"sourceMap": true
|
|
|
|
}
|