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.

.istanbul.yml 993B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. verbose: false
  2. instrumentation:
  3. root: .
  4. extensions:
  5. - .js
  6. - .jsx
  7. default-excludes: true
  8. excludes: []
  9. variable: __coverage__
  10. compact: true
  11. preserve-comments: false
  12. complete-copy: false
  13. save-baseline: false
  14. baseline-file: ./coverage/coverage-baseline.raw.json
  15. include-all-sources: false
  16. include-pid: false
  17. es-modules: false
  18. auto-wrap: false
  19. reporting:
  20. print: summary
  21. reports:
  22. - html
  23. dir: ./coverage
  24. summarizer: pkg
  25. report-config: {}
  26. watermarks:
  27. statements: [50, 80]
  28. functions: [50, 80]
  29. branches: [50, 80]
  30. lines: [50, 80]
  31. hooks:
  32. hook-run-in-context: false
  33. post-require-hook: null
  34. handle-sigint: false
  35. check:
  36. global:
  37. statements: 100
  38. lines: 100
  39. branches: 100
  40. functions: 100
  41. excludes: []
  42. each:
  43. statements: 100
  44. lines: 100
  45. branches: 100
  46. functions: 100
  47. excludes: []