masnagam/njtool

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "include": [
    "lib/**/*.js"
  ],
  "exclude": [
    "test/**"
  ],
  "reporter": [
    "lcov",
    "text"
  ]
}