princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges.
https://princeton-nlp.github.io/SWE-agent/
MIT License
13.39k stars 1.33k forks source link

Switch to fast communicate and sparse clone by default #530

Closed klieret closed 4 months ago

klieret commented 4 months ago

Closes #397 Closes #241

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 83.33333% with 3 lines in your changes missing coverage. Please review.

Project coverage is 75.44%. Comparing base (24fff8a) to head (b07182e). Report is 12 commits behind head on main.

:exclamation: Current head b07182e differs from pull request most recent head 1c8762e

Please upload reports for the commit 1c8762e to get more accurate results.

Files Patch % Lines
sweagent/utils/config.py 66.66% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #530 +/- ## ========================================== + Coverage 75.08% 75.44% +0.36% ========================================== Files 20 20 Lines 3175 3189 +14 ========================================== + Hits 2384 2406 +22 + Misses 791 783 -8 ```

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