{ "all": true, "include": [ "src/**/*.js" ], "exclude": [ "src/**/node/**/*.js" ], "reporter":[ "text-summary", "html", "lcovonly" ], "report-dir": ".matman_output/coverage" }