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: Make docker start up delay configurable #509

Closed klieret closed 1 month ago

klieret commented 1 month ago

Closes #504

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 75.85%. Comparing base (1ec3f4c) to head (2b0beb1). Report is 2 commits behind head on main.

:exclamation: Current head 2b0beb1 differs from pull request most recent head 7daa6a4

Please upload reports for the commit 7daa6a4 to get more accurate results.

Files Patch % Lines
sweagent/environment/utils.py 80.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #509 +/- ## ======================================= Coverage 75.85% 75.85% ======================================= Files 20 20 Lines 3148 3148 ======================================= Hits 2388 2388 Misses 760 760 ```

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