Skip to content

Add argument-specific cache clearing#390

Open
shaypal5 wants to merge 3 commits into
masterfrom
codex/clear-cache-args-53
Open

Add argument-specific cache clearing#390
shaypal5 wants to merge 3 commits into
masterfrom
codex/clear-cache-args-53

Retry targeted pickle cache entry removal

61c86fb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 13, 2026 in 1s

99.95% (+0.00%) compared to 422f890

View this Pull Request on Codecov

99.95% (+0.00%) compared to 422f890

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.95%. Comparing base (422f890) to head (61c86fb).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #390   +/-   ##
=======================================
  Coverage   99.95%   99.95%           
=======================================
  Files          16       16           
  Lines        2109     2179   +70     
  Branches      251      255    +4     
=======================================
+ Hits         2108     2178   +70     
  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.66% <100.00%> (+0.01%) ⬆️
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%> (ø)

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 422f890...61c86fb. Read the comment docs.

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