Codibre/fluent-iterable

View on GitHub
.nycrc.json

Summary

Maintainability
Test Coverage
{
  "check-coverage": true,
  "lines": 80,
  "branches": 80,
  "functions": 80,
  "exclude": [
    "**/*.js",
    "test*",
    "dist"
  ],
  "reporter": [
    "html",
    "text",
    "lcov"
  ],
  "extension": [
    ".ts"
  ],
  "all": true
}