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

Add clippy & audit checks. #10

Closed singulared closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #10 (0519e2a) into master (6bd00e3) will increase coverage by 0.11%. The diff coverage is 100.00%.

:exclamation: Current head 0519e2a differs from pull request most recent head 9b5946b. Consider uploading reports for the commit 9b5946b to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   72.06%   72.17%   +0.11%     
==========================================
  Files          42       42              
  Lines         766      762       -4     
==========================================
- Hits          552      550       -2     
+ Misses        214      212       -2     
Impacted Files Coverage Δ
hitbox/src/cache.rs 80.00% <ø> (ø)
hitbox/src/states/initial/base.rs 76.47% <ø> (+1.47%) :arrow_up:
hitbox/src/states/upstream_polled/error.rs 60.00% <ø> (ø)
...box/src/states/upstream_polled/error_with_stale.rs 60.00% <ø> (ø)
hitbox/src/dev/mock_adapter.rs 88.23% <100.00%> (ø)
hitbox/src/dev/mock_backend.rs 66.66% <100.00%> (+4.16%) :arrow_up:
hitbox/src/states/cache_polled/missed.rs 75.00% <0.00%> (-1.93%) :arrow_down:
hitbox/src/states/cache_polled/stale.rs 82.35% <0.00%> (-0.99%) :arrow_down:
hitbox/src/states/cache_polled/actual.rs 93.33% <0.00%> (-0.42%) :arrow_down:
... and 3 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 6bd00e3...9b5946b. Read the comment docs.