Files
docx-js/.nycrc

27 lines
395 B
Plaintext
Raw Normal View History

2018-10-26 20:11:40 +01:00
{
"check-coverage": true,
2021-03-15 02:41:37 +00:00
"lines": 98.79,
"functions": 97.54,
"branches": 95.64,
"statements": 98.8,
2018-10-26 20:11:40 +01:00
"include": [
"src/**/*.ts"
],
"exclude": [
"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,
"instrument": false,
"sourceMap": true
}