Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks

50b976a
Select commit
Loading
Failed to load commit list.
Merged

Add cache analytics and observability framework #320

[pre-commit.ci] auto fixes from pre-commit.com hooks
50b976a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 10, 2026 in 1s

99.95% (+0.00%) compared to 4e181ca

View this Pull Request on Codecov

99.95% (+0.00%) compared to 4e181ca

Details

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 99.95%. Comparing base (4e181ca) to head (50b976a).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #320    +/-   ##
========================================
  Coverage   99.94%   99.95%            
========================================
  Files          12       16     +4     
  Lines        1735     2098   +363     
  Branches      218      251    +33     
========================================
+ Hits         1734     2097   +363     
  Partials        1        1            
Files with missing lines Coverage Ξ”
src/cachier/core.py 100.00% <100.00%> (ΓΈ)
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%> (ΓΈ)
src/cachier/cores/pickle.py 99.65% <100.00%> (ΓΈ)
src/cachier/cores/redis.py 100.00% <100.00%> (ΓΈ)
src/cachier/cores/s3.py 100.00% <100.00%> (ΓΈ)
src/cachier/cores/sql.py 100.00% <100.00%> (ΓΈ)
src/cachier/exporters/__init__.py 100.00% <100.00%> (ΓΈ)
src/cachier/exporters/base.py 100.00% <100.00%> (ΓΈ)
... and 2 more

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 4e181ca...50b976a. Read the comment docs.

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