elfrank/sample-nodejs-project

View on GitHub
.nycrc.json

Summary

Maintainability
Test Coverage
{
  "all": false,
  "check-coverage": false,
  "include": [
    "src/**/*"
  ],
  "exclude": [
    "**/*.spec.js"
  ],
  "reporter": ["lcov", "text-summary"],
  "report-dir": "./coverage"
}