Add cache analytics and observability framework #320
Codecov / codecov/project
succeeded
Apr 6, 2026 in 0s
99.95% (+0.00%) compared to c341073
View this Pull Request on Codecov
99.95% (+0.00%) compared to c341073
Details
Codecov Report
β
All modified and coverable lines are covered by tests.
β
Project coverage is 99.95%. Comparing base (c341073) to head (32f5c87).
Additional details and impacted files
@@ 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 c341073...32f5c87. Read the comment docs.
π New features to boost your workflow:
- βοΈ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading