naughtyishmael/GUTAI - Github Unit Test powered by AI

Automatically identify files with low test coverage and generate comprehensive unit tests using AI

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
codecov-tokenCodecov API token for fetching coverage datano""
github-tokenGitHub token for API access and PR creationyes${{ github.token }}
deepseek-tokenDeepSeek API token for AI test generationno""
ai-providerAI provider to use for test generation (github or deepseek)nogithub
max-filesMaximum number of files to processno3
target-coverageOnly process files below this coverage percentageno80
languagesComma-separated list of languages to include (auto-detect if empty)no""
exclude-patternsComma-separated glob patterns to excludenotest*,spec*,*_test*,*_spec*,tests/*,spec/*
test-frameworkPreferred test framework (auto-detected if not specified)noauto
create-prWhether to create a pull request with generated testsnotrue
pr-titleCustom title for the pull request (auto-generated if not provided)no""
branchThe PR branch namenocoverage-boost
ai-modelGitHub Models AI model to usenoopenai/gpt-4.1
output-formatOutput format for test generation reportnojson
namedescription
files_processed
tests_generated
coverage_report
pr_url
branch_name