sannimichaelse/Parcel-Delivery

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "check-coverage": true,
  "per-file": true,
  "require": [
    "babel-register"
  ],
  "exclude": [
    "**/node_modules/**",
    "**/tests/**",
    "**/UI/**",
    "server/index.js"
  ],
  "include": [
    "**/server/**"
  ],
  "reporter": ["lcov", "json", "text", "html"],
  "sourceMap": false,
  "instrument": false,
  "cache": true,
  "report-dir": "./coverage"
}