feathersjs/feathers-authentication-management

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
    "all": true,
    "include": [
    "src/**/*.js",
    "src/**/*.ts"
  ],
  "exclude": [
    "coverage/**",
    "node_modules/**",
    "**/*.d.ts",
    "**/*.test.ts"
  ],
  "sourceMap": true,
    "reporter": ["text", "html", "lcov"]
}