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

Make tests for cloning of conda envs more precise #552

Closed klieret closed 4 weeks ago

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes missing coverage. Please review.

Project coverage is 76.26%. Comparing base (6f3c309) to head (0abc115). Report is 1 commits behind head on main.

Files Patch % Lines
tests/test_env.py 84.21% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #552 +/- ## ========================================== - Coverage 76.30% 76.26% -0.05% ========================================== Files 20 21 +1 Lines 3271 3286 +15 ========================================== + Hits 2496 2506 +10 - Misses 775 780 +5 ```

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