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

[WIP] Declarative configuration #43

Closed AndreyErmilov closed 2 years ago

AndreyErmilov commented 2 years ago

Close #36

codecov-commenter commented 2 years ago

Codecov Report

Merging #43 (5a9e741) into master (c3eea33) will increase coverage by 3.41%. The diff coverage is n/a.

:exclamation: Current head 5a9e741 differs from pull request most recent head 1cfccd0. Consider uploading reports for the commit 1cfccd0 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   71.00%   74.42%   +3.41%     
==========================================
  Files          41       41              
  Lines         714      696      -18     
==========================================
+ Hits          507      518      +11     
+ Misses        207      178      -29     
Impacted Files Coverage Δ
hitbox-actix/src/actor.rs 80.00% <0.00%> (-10.00%) :arrow_down:
hitbox/src/value.rs 60.00% <0.00%> (-3.34%) :arrow_down:
hitbox-actix/src/messages.rs 88.88% <0.00%> (-2.03%) :arrow_down:
hitbox/src/states/upstream_polled/successful.rs 40.74% <0.00%> (-0.93%) :arrow_down:
hitbox-derive/src/macro_attributes.rs 0.00% <0.00%> (ø)
hitbox/src/states/cache_polled/error.rs 0.00% <0.00%> (ø)
hitbox/src/states/cache_polled/actual.rs 100.00% <0.00%> (ø)
hitbox/src/states/cache_policy/non_cacheable.rs 100.00% <0.00%> (ø)
hitbox/src/states/cache_policy/cacheable.rs 90.90% <0.00%> (+0.90%) :arrow_up:
hitbox/src/states/initial/base.rs 75.55% <0.00%> (+1.13%) :arrow_up:
... and 9 more

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 c3eea33...1cfccd0. Read the comment docs.

singulared commented 2 years ago

Moved to hitboxd repository.