feathersjs/feathers-blob

View on GitHub
nycrc.json

Summary

Maintainability
Test Coverage
{
  "check-coverage": true,
  "include": [
    "lib/**/*.js"
  ],
  "reporter": [
    "html",
    "text",
    "text-summary",
    "lcov"
  ],
  "watermarks": {
    "statements": [50, 80],
    "lines": [50, 80],
    "functions": [50, 80],
    "branches": [50, 80]
  }
}