{
  "all": true,
  "include": ["src/**/*.js"],
  "exclude": ["**/*.test.js", "test/**"],
  "reporter": ["text", "lcov", "html"],
  "report-dir": "./coverage",
  "check-coverage": true,
  "branches": 80,
  "lines": 80,
  "functions": 80,
  "statements": 80
}