Merge branch 'v2.1-dev'
[squeep-api-dingus] / .nycrc.json
1 {
2 "check-coverage": true,
3 "include": [
4 "lib/**",
5 "index.js"
6 ],
7 "functions": 100,
8 "lines": 100,
9 "per-file": true,
10 "reporter": ["lcov", "text"],
11 "statements": 100
12 }