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.86k stars 1.18k forks source link

fix `docker.errors.NotFound` #587

Closed klieret closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 76.11%. Comparing base (b72abc7) to head (d4f980f).

:exclamation: Current head d4f980f differs from pull request most recent head 29a58fe

Please upload reports for the commit 29a58fe to get more accurate results.

Files Patch % Lines
sweagent/environment/swe_env.py 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #587 +/- ## ========================================== - Coverage 76.16% 76.11% -0.05% ========================================== Files 21 21 Lines 3293 3295 +2 ========================================== Hits 2508 2508 - Misses 785 787 +2 ```

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