princeton-nlp / SWE-bench

[ICLR 2024] SWE-bench: Can Language Models Resolve Real-world Github Issues?
https://www.swebench.com
MIT License
2k stars 348 forks source link

Fix: Issues with yanked pkg types-setuptools #232

Closed klieret closed 1 month ago

klieret commented 1 month ago

Closes #199

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 23.07692% with 10 lines in your changes missing coverage. Please review.

Project coverage is 54.37%. Comparing base (cc7c3bc) to head (a4a4e86). Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
swebench/harness/test_spec.py 23.07% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #232 +/- ## ========================================== - Coverage 54.57% 54.37% -0.21% ========================================== Files 20 20 Lines 1979 1990 +11 ========================================== + Hits 1080 1082 +2 - Misses 899 908 +9 ```

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

john-b-yang commented 1 month ago

Tysm @klieret for the fix! Makes sense - good way to catch any easy replacements that need to be there. Merged!