NULLx76 / ringbuffer

A fixed-size circular buffer written in Rust.
https://crates.io/crates/ringbuffer
MIT License
95 stars 20 forks source link

Cleanup #37

Closed NULLx76 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (a209c32) into master (bf5a539) will increase coverage by 0.05%. The diff coverage is 97.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   98.71%   98.76%   +0.05%     
==========================================
  Files           5        5              
  Lines         699      728      +29     
==========================================
+ Hits          690      719      +29     
  Misses          9        9              
Impacted Files Coverage Δ
src/with_const_generics.rs 92.45% <87.50%> (+0.78%) :arrow_up:
src/with_generic_array.rs 91.83% <87.50%> (-0.17%) :arrow_down:
src/lib.rs 100.00% <100.00%> (ø)
src/ringbuffer_trait.rs 100.00% <100.00%> (ø)
src/with_alloc.rs 98.52% <100.00%> (-0.03%) :arrow_down:

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 bf5a539...a209c32. Read the comment docs.