Skip to content

fix: Level code coverage

04c1262
Select commit
Loading
Failed to load commit list.
Merged

Add async clients support #326

fix: Level code coverage
04c1262
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 11, 2026 in 1s

99.85% (+1.38%) compared to 66bd714

View this Pull Request on Codecov

99.85% (+1.38%) compared to 66bd714

Details

Codecov Report

❌ Patch coverage is 99.32432% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.85%. Comparing base (66bd714) to head (04c1262).

Files with missing lines Patch % Lines
src/cachier/cores/sql.py 80.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #326      +/-   ##
==========================================
+ Coverage   98.47%   99.85%   +1.38%     
==========================================
  Files          11       11              
  Lines        1114     1382     +268     
  Branches      139      175      +36     
==========================================
+ Hits         1097     1380     +283     
+ Misses          9        1       -8     
+ Partials        8        1       -7     
Files with missing lines Coverage Δ
src/cachier/_types.py 100.00% <100.00%> (ø)
src/cachier/core.py 100.00% <100.00%> (+0.71%) ⬆️
src/cachier/cores/base.py 100.00% <100.00%> (ø)
src/cachier/cores/memory.py 100.00% <100.00%> (ø)
src/cachier/cores/mongo.py 100.00% <100.00%> (+5.71%) ⬆️
src/cachier/cores/pickle.py 100.00% <100.00%> (+0.83%) ⬆️
src/cachier/cores/redis.py 100.00% <100.00%> (+0.55%) ⬆️
src/cachier/cores/sql.py 98.31% <80.00%> (+5.65%) ⬆️

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 66bd714...04c1262. Read the comment docs.

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