bensaufley/code-words-web

View on GitHub
.nycrc.json

Summary

Maintainability
Test Coverage
 {
  "exclude": [
    "build/**/*.js",
    "test/**/*.js",
    "test{,-*}.js",
    "**/*-test.js",
    "**/node_modules/**",
    "coverage",
    "**/*.config.*",
    "config/**/*.js",
    "scripts/**/*.js",
    "src/registerServiceWorker.js",
    "semantic/**/*.js"
  ],
  "extensions": ["js"],
  "all": true,
  "reporter": ["lcov", "text", "text-summary"],
  "require": ["babel-register"],
  "sourceMap": false,
  "instrument": false
}