hit-box / hitbox

A high-performance caching framework suitable for single-machine and for distributed applications in Rust
MIT License
73 stars 6 forks source link

issue-8: Add error logging #9

Closed AndreyErmilov closed 3 years ago

AndreyErmilov commented 3 years ago

Closes #8

codecov-commenter commented 3 years ago

Codecov Report

Merging #9 (47ecef5) into master (4db934e) will decrease coverage by 0.04%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   72.10%   72.06%   -0.05%     
==========================================
  Files          42       42              
  Lines         760      766       +6     
==========================================
+ Hits          548      552       +4     
- Misses        212      214       +2     
Impacted Files Coverage Δ
hitbox/src/states/cache_polled/error.rs 46.15% <0.00%> (-3.85%) :arrow_down:
hitbox/src/states/upstream_polled/error.rs 60.00% <ø> (ø)
...box/src/states/upstream_polled/error_with_stale.rs 60.00% <ø> (ø)
hitbox/src/states/initial/base.rs 75.00% <33.33%> (-1.48%) :arrow_down:
hitbox-actix/src/runtime.rs 90.69% <50.00%> (ø)
hitbox/src/dev/mock_adapter.rs 88.23% <100.00%> (ø)
hitbox/src/states/cache_polled/actual.rs 93.75% <100.00%> (+0.41%) :arrow_up:
hitbox/src/states/cache_polled/missed.rs 76.92% <100.00%> (+1.92%) :arrow_up:
hitbox/src/states/cache_polled/stale.rs 83.33% <100.00%> (+0.98%) :arrow_up:

Continue to review full report at Codecov.

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