.nycrc 115 B

123456
  1. {
  2. "reporter": ["lcov", "text"],
  3. "extension": [".coffee"],
  4. "sourceMap": false,
  5. "instrument": false
  6. }