blob: 84c1894c68fb7b93fd88ce8f621b5f3d07a62a9e [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "all": true,
3 "check-coverage": false,
4 "instrumentation": false,
5 "sourceMap": false,
6 "reporter": ["text-summary", "text", "html", "json"],
7 "lines": 93,
8 "statements": 93,
9 "functions": 96,
10 "branches": 89,
11 "exclude": [
12 "coverage",
13 "example",
14 "test",
15 "test-core-js.js"
16 ]
17}