medhavee-upadhyaya/CodeCheck — AI Test Generation
Automatically generate and run AI-powered tests on changed files in your pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | LLM provider to use (anthropic, openai, gemini, ollama) | no | anthropic |
| model | Model name (e.g. claude-sonnet-4-20250514, gpt-4o, gemini-2.5-flash) | no | — |
| test-types | Comma-separated test types to generate (unit, smoke, functional, sanity, integration, api, e2e, snapshot, regression) | no | unit,smoke |
| threshold | Minimum pass rate (0.0 to 1.0) before failing the check | no | 0.8 |
| fail-on-error | Whether to fail the CI job when tests fail | no | false |
| anthropic-api-key | Anthropic API key (if using anthropic provider) | no | — |
| openai-api-key | OpenAI API key (if using openai provider) | no | — |
| gemini-api-key | Gemini API key (if using gemini provider) | no | — |
Outputs
no outputs