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

Fix: Linting blocks for existing lint errors #593

Closed klieret closed 1 week ago

klieret commented 1 week ago

Closes #560

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 85.93750% with 9 lines in your changes missing coverage. Please review.

Project coverage is 76.41%. Comparing base (5a473be) to head (49f6c44). Report is 1 commits behind head on main.

Files Patch % Lines
config/commands/_split_string.py 79.54% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #593 +/- ## ========================================== + Coverage 76.25% 76.41% +0.16% ========================================== Files 21 23 +2 Lines 3318 3388 +70 ========================================== + Hits 2530 2589 +59 - Misses 788 799 +11 ```

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