trufflesuite/truffle

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "all": true,
  "reporter": "lcovonly",
  "exclude": [
    "**/node_modules/**",
    "**/.tmp",
    "**/scripts/**",
    "**/test/**",
    "**/build/**",
    "**/dist/**",
    "**/webpack",
    "**/*webpack.config*",
    "notes/"
  ]
}