ai-coverage-boost
v1.0.1
Published
AI-powered code coverage booster - identify untested paths and generate missing tests
Maintainers
Readme
ai-coverage-boost
Find untested code paths and auto-generate tests. Point it at a file and get instant coverage improvements.
Install
npm install -g ai-coverage-boostUsage
npx ai-coverage-boost ./src/utils.ts
# → Found 4 untested paths
# → Tests written to ./src/utils.test.ts
npx ai-coverage-boost ./src/utils.ts --dry-run
# → Shows uncovered paths without writing files
npx ai-coverage-boost ./src/utils.ts -o ./tests/utils.test.ts
# → Custom output pathSetup
export OPENAI_API_KEY=sk-...License
MIT
