feathersjs/feathers-mailer

View on GitHub
.nycrc.yml

Summary

Maintainability
Test Coverage
include:
  - lib/**
all: true
reporter:
  - html
  - text
  - lcov
watermarks:
  statements: [50, 80]
  lines: [50, 80]
  functions: [50, 80]
  branches: [50, 80]