webdevian/adonis-pug

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "include": [
    "src/**/*.js",
    "providers/**/*.js"
  ],
  "all": true,
  "watermarks": {
    "lines": [
      90,
      99
    ],
    "functions": [
      90,
      99
    ],
    "branches": [
      90,
      99
    ],
    "statements": [
      90,
      99
    ]
  },
  "reporter": [
    "text",
    "html",
    "lcov"
  ],
  "cache": true
}