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

Improve docker container error handling #516

Closed klieret closed 1 month ago

klieret commented 1 month ago
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 66.66667% with 10 lines in your changes missing coverage. Please review.

Project coverage is 75.18%. Comparing base (4b51fe1) to head (f8a5199). Report is 1 commits behind head on main.

Files Patch % Lines
sweagent/environment/swe_env.py 54.54% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #516 +/- ## ========================================== - Coverage 75.29% 75.18% -0.11% ========================================== Files 20 20 Lines 3153 3164 +11 ========================================== + Hits 2374 2379 +5 - Misses 779 785 +6 ```

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