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] Add axum implementation #27

Closed AndreyErmilov closed 1 year ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #27 (e2f63c6) into master (af352d3) will decrease coverage by 5.09%. The diff coverage is 22.61%.

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

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   71.00%   65.91%   -5.10%     
==========================================
  Files          41       44       +3     
  Lines         714      798      +84     
==========================================
+ Hits          507      526      +19     
- Misses        207      272      +65     
Impacted Files Coverage Δ
hitbox-axum/src/layer.rs 0.00% <0.00%> (ø)
hitbox-axum/src/service.rs 0.00% <0.00%> (ø)
hitbox-axum/src/cacheable.rs 52.77% <52.77%> (ø)

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 af352d3...d353d78. Read the comment docs.

singulared commented 1 year ago

Closed in favour #25