feathersjs/feathers-authentication-oauth2

View on GitHub
.istanbul.yml

Summary

Maintainability
Test Coverage
verbose: false
instrumentation:
  root: ./lib/
  include-all-sources: true
reporting:
  print: summary
  reports:
    - html
    - text
    - lcov
  watermarks:
    statements: [50, 80]
    lines: [50, 80]
    functions: [50, 80]
    branches: [50, 80]