UNPKG

236 BYAMLView Raw
1temp-directory: "./.nyc_output"
2check-coverage: true
3per-file: true
4lines: 90
5statements: 90
6functions: 90
7branches: 90
8all: true
9include: [
10 "src/**/*.js"
11]
12reporter: [
13 "lcov",
14 "text-summary"
15]
16exclude: [
17 "**/node_modules/**"
18]