ryu1kn/vscode-edit-with-shell

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "extension": [
    ".ts"
  ],
  "exclude": [
    "coverage",
    "src/test",
    "**/*.d.ts"
  ],
  "all": true,
  "reporter": [
    "lcov",
    "text-summary"
  ],
  "report-dir": "./coverage"
}