Add cache size limit support #300
Draft
Codecov / codecov/project
succeeded
Jan 27, 2026 in 1s
98.72% (+0.39%) compared to 5d379bf
View this Pull Request on Codecov
98.72% (+0.39%) compared to 5d379bf
Details
Codecov Report
❌ Patch coverage is 96.85535% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.72%. Comparing base (5d379bf) to head (b84b9f8).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/cachier/cores/mongo.py | 90.62% | 1 Missing and 2 partials |
| src/cachier/cores/redis.py | 97.01% | 1 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## master #300 +/- ##
==========================================
+ Coverage 98.33% 98.72% +0.39%
==========================================
Files 11 11
Lines 960 1102 +142
Branches 113 143 +30
==========================================
+ Hits 944 1088 +144
+ Misses 9 4 -5
- Partials 7 10 +3 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/cachier/config.py | 100.00% <100.00%> (ø) |
|
| src/cachier/core.py | 99.42% <100.00%> (+<0.01%) |
⬆️ |
| src/cachier/cores/base.py | 100.00% <100.00%> (ø) |
|
| src/cachier/cores/memory.py | 100.00% <100.00%> (ø) |
|
| src/cachier/cores/pickle.py | 97.66% <100.00%> (-1.48%) |
⬇️ |
| src/cachier/cores/sql.py | 98.16% <ø> (+5.50%) |
⬆️ |
| src/cachier/cores/redis.py | 98.98% <97.01%> (-0.27%) |
⬇️ |
| src/cachier/cores/mongo.py | 97.05% <90.62%> (+2.77%) |
⬆️ |
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 5d379bf...b84b9f8. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading