Skip to content

Remove outdated tests for overwrite/skip cache and Prometheus exporte…

75d22b3
Select commit
Loading
Failed to load commit list.
Open

Add cache analytics and observability framework #320

Remove outdated tests for overwrite/skip cache and Prometheus exporte…
75d22b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 16, 2026 in 1s

99.95% (+0.01%) compared to 5c4f121

View this Pull Request on Codecov

99.95% (+0.01%) compared to 5c4f121

Details

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 99.95%. Comparing base (5c4f121) to head (75d22b3).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #320      +/-   ##
==========================================
+ Coverage   99.94%   99.95%   +0.01%     
==========================================
  Files          12       16       +4     
  Lines        1731     2095     +364     
  Branches      216      249      +33     
==========================================
+ Hits         1730     2094     +364     
  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 5c4f121...75d22b3. Read the comment docs.

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