amercier/promise-window

View on GitHub
.istanbul.yml

Summary

Maintainability
Test Coverage
instrumentation:
  root: ./tests/coverage
reporting:
  print: summary
  dir: ./tests/coverage/html
  reports:
    - html
    - lcovonly
    - text
    - text-summary
  report-config:
    lcovonly:
      file: ../report.lcov
    text:
      file: ../report.txt
    text-summary:
      file: ../summary.txt