summaryrefslogtreecommitdiff
path: root/.nycrc
blob: 42aad37414a2eed67ab4cf1831e099c916ac9650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "exclude": [
    "coverage/**",
    "test/**",
    "tools/**",
    "benchmark/**",
    "deps/**"
  ],
  "reporter": [
    "html",
    "text",
    "cobertura"
  ],
  "lines": 95,
  "branches": "93",
  "statements": "95",
  "temp-directory": "coverage/tmp",
  "omit-relative": false,
  "resolve": "./lib",
  "wrapper-length": 0
}