Files
docx-js/.nycrc

26 lines
371 B
Plaintext
Raw Normal View History

2018-10-26 20:11:40 +01:00
{
"check-coverage": true,
2023-03-17 00:54:29 +00:00
"statements": 99.87,
2023-03-23 19:02:22 +00:00
"branches": 98.21,
2022-11-03 00:30:16 +00:00
"functions": 100,
2023-03-17 00:54:29 +00:00
"lines": 99.86,
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,
"sourceMap": true
}