Skip to content

MAINT: Handle IS_PYPY check consistently.

caafd38
Select commit
Loading
Failed to load commit list.
Open

WIP: Support pickling lru_cache on CPython #309

MAINT: Handle IS_PYPY check consistently.
caafd38
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 15, 2026 in 1s

67.71% (-25.26%) compared to 8cf9ec4

View this Pull Request on Codecov

67.71% (-25.26%) compared to 8cf9ec4

Details

Codecov Report

❌ Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 67.71%. Comparing base (8cf9ec4) to head (caafd38).
⚠️ Report is 141 commits behind head on master.

Files with missing lines Patch % Lines
cloudpickle/cloudpickle.py 90.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #309       +/-   ##
===========================================
- Coverage   92.96%   67.71%   -25.26%     
===========================================
  Files           2        2               
  Lines         853      861        +8     
  Branches      178      180        +2     
===========================================
- Hits          793      583      -210     
- Misses         37      257      +220     
+ Partials       23       21        -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.