{ "check-coverage": true, "all": true, "include": [ "archive/*.js", "codecs/*.js", "image/parsers/*.js", "file/*.js", "io/*.js" ], "exclude": [ "archive/archive.js", "archive/webworker-wrapper.js", "io/*-worker.js" ], "reporter": [ "html", "lcov", "text", "text-summary" ], "report-dir": "coverage" }