Files
docx-js/.nycrc

26 lines
358 B
Plaintext
Raw Normal View History

2018-10-26 20:11:40 +01:00
{
"check-coverage": true,
"lines": 92.35,
"functions": 88.28,
2019-08-14 15:50:12 +01:00
"branches": 84.64,
"statements": 92.16,
2018-10-26 20:11:40 +01:00
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*.spec.ts"
],
"reporter": [
"lcov",
"text",
"json"
],
"extension": [
".ts"
],
"cache": true,
"all": true,
"instrument": false,
"sourceMap": true
}