Files
docx-js/.nycrc

26 lines
358 B
Plaintext
Raw Normal View History

2018-10-26 20:11:40 +01:00
{
"check-coverage": true,
2018-11-02 03:00:07 +00:00
"lines": 87.54,
"functions": 83.61,
"branches": 72.57,
"statements": 87.32,
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
}