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 solves 12.47% of bugs in the SWE-bench evaluation set and takes just 1 minute to run.
https://princeton-nlp.github.io/SWE-agent/
MIT License
11.9k stars 1.19k forks source link

Enh: More fine-grained progress logging during installation #529

Closed klieret closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 30.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 74.94%. Comparing base (24fff8a) to head (ef6771f). Report is 8 commits behind head on main.

Files Patch % Lines
sweagent/environment/swe_env.py 30.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #529 +/- ## ========================================== - Coverage 75.08% 74.94% -0.15% ========================================== Files 20 20 Lines 3175 3185 +10 ========================================== + Hits 2384 2387 +3 - Misses 791 798 +7 ```

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