jackmellis/vuenit

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "lines" : 80,
  "statements" : 80,
  "branches" : 80,
  "include" : ["lib/**/*.js"],
  "exclude" : [],
  "reporter" : ["html", "lcov", "text-summary"],
  "cache" : false,
  "all" : true,
  "check-coverage" : true
}