VoxaAI/voxa-cli

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "include": [
    "src/**/*.ts",
    "src/**/*.js"
    ],
    "reporter": [
      "lcov",
      "text-summary",
      "html"
    ],
    "extension": [
      ".ts",
      ".js"
    ],
    "all": true
}