This example is from CodiumAI’s cover-agent repository. The unit tests were generated using CodiumAI’s cover agent, and Mutahunter was used to verify the effectiveness of the test suite.
npm i
npm run test:coverage
export OPENAI_API_KEY=your-key-goes-here
mutahunter run --test-command "npm run test" --code-coverage-report-path "coverage/coverage.xml" --only-mutate-file-paths "ui.js" --model "gpt-4o-mini"
Check logs/_latest/html
for mutation report.