Add cache analytics and observability framework #320
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
@@ 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.
Loading