You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.nycrc 291B

1234567891011121314151617
  1. {
  2. "all": true,
  3. "check-coverage": true,
  4. "instrumentation": false,
  5. "sourceMap": false,
  6. "reporter": ["html", "text-summary"],
  7. "lines": 93,
  8. "statements": 93,
  9. "functions": 96,
  10. "branches": 89,
  11. "exclude": [
  12. "coverage",
  13. "example",
  14. "test",
  15. "test-core-js.js"
  16. ]
  17. }