.nycrc 186 B

123456789101112
  1. {
  2. "all": true,
  3. "check-coverage": false,
  4. "reporter": ["text-summary", "text", "html", "json"],
  5. "exclude": [
  6. "Gruntfile.js",
  7. "*.min.js",
  8. "coverage",
  9. "test",
  10. "test-sham"
  11. ]
  12. }