shierro/music-server

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "cache": true,
  "all": true,
  "check-coverage": true,
  "per-file": true,
  "reporter": [
    "lcov",
    "text",
    "text-summary",
    "json"
  ],
  "exclude": [
    "src/**/*.spec.js"
  ],
  "include": [
    "src/**/*.js"
  ],
  "sourceMap": true,
  "instrument": true,
  "lines": 85,
  "statements": 85,
  "functions": 50,
  "branches": 0,
  "watermarks": {
    "lines": [70, 80],
    "functions": [80, 95],
    "branches": [60, 70],
    "statements": [80, 95]
  }
}