Files
docx-js/.nycrc

26 lines
373 B
Plaintext
Raw Normal View History

2018-10-26 20:11:40 +01:00
{
"check-coverage": true,
2021-03-19 20:53:56 +00:00
"lines": 98.86,
"functions": 97.86,
"branches": 95.86,
"statements": 98.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
}