appleboy / CodeGPT

A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4o, gpt-4-turbo, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook.
MIT License
1.15k stars 100 forks source link

chore(timeout): update default timeout to 30 seconds across files #145

Closed appleboy closed 6 months ago

appleboy commented 6 months ago

fixed https://github.com/appleboy/CodeGPT/pull/92

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ff97f1d) 21.96% compared to head (8eeb715) 21.96%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #145 +/- ## ======================================= Coverage 21.96% 21.96% ======================================= Files 8 8 Lines 346 346 ======================================= Hits 76 76 Misses 264 264 Partials 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.