trailsjs/trails

View on GitHub
.istanbul.yml

Summary

Maintainability
Test Coverage
---
instrumentation:
  root: .
  # Include all source files so we know which files are not tested at all
  include-all-sources: true
  excludes: [ 'test/**', 'test-performance/**' ]

reporting:
  reports:
    # Lcov output can be used by some other program, and the html report can be viewed by humans in
    # browser - coverage/lcov-report/index.html
    - lcov