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.88k stars 1.19k forks source link

Factor out get_logger; fix access to sweenv log #558

Closed klieret closed 4 weeks ago

klieret commented 4 weeks ago
codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 63.85542% with 30 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@c634cac). Learn more about missing BASE report. Report is 1 commits behind head on main.

Files Patch % Lines
sweagent/environment/swe_env.py 50.00% 18 Missing :warning:
sweagent/agent/agents.py 42.85% 12 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #558 +/- ## ======================================= Coverage ? 76.29% ======================================= Files ? 21 Lines ? 3269 Branches ? 0 ======================================= Hits ? 2494 Misses ? 775 Partials ? 0 ```

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