Per a note posted to the istanbul readme in May, this version of istanbul is deprecated. https://github.com/gotwarlost/istanbul
14 lines
161 B
JSON
14 lines
161 B
JSON
{
|
|
"reporter": [
|
|
"lcov"
|
|
],
|
|
"all": true,
|
|
"exclude": [
|
|
"**/*.spec.js",
|
|
"service-tests",
|
|
"coverage"
|
|
],
|
|
"silent": true,
|
|
"clean": false
|
|
}
|