.nycrc 92 B

123456789
  1. {
  2. "reporter": [
  3. "lcov",
  4. "text-summary"
  5. ],
  6. "exclude": [
  7. "**/spec/**"
  8. ]
  9. }