Codibre/augmentative-iterable

View on GitHub
.nycrc.json

Summary

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