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

Enh: Allow to configure LONG_TIMEOUT for SWEEnv #584

Closed klieret closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.26%. Comparing base (ed95cf1) to head (6260a38). Report is 1 commits behind head on main.

:exclamation: Current head 6260a38 differs from pull request most recent head 5d4a736

Please upload reports for the commit 5d4a736 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #584 +/- ## ========================================== + Coverage 76.24% 76.26% +0.01% ========================================== Files 21 21 Lines 3292 3286 -6 ========================================== - Hits 2510 2506 -4 + Misses 782 780 -2 ```

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