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

Ref: Factor out _get_install_config, _conda_env_exists #495

Closed klieret closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 75.85%. Comparing base (7050d85) to head (37242c5). Report is 3 commits behind head on main.

Files Patch % Lines
sweagent/environment/swe_env.py 92.30% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #495 +/- ## ========================================== + Coverage 75.74% 75.85% +0.10% ========================================== Files 20 20 Lines 3134 3144 +10 ========================================== + Hits 2374 2385 +11 + Misses 760 759 -1 ```

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