NULLx76 / ringbuffer

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

Initial github actions setup #28

Closed NULLx76 closed 4 years ago

NULLx76 commented 4 years ago

fixes #24

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will decrease coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   99.46%   99.41%   -0.06%     
==========================================
  Files           5        5              
  Lines         566      509      -57     
==========================================
- Hits          563      506      -57     
  Misses          3        3              
Impacted Files Coverage Δ
src/with_alloc.rs 97.95% <ø> (ø)
src/with_generic_array.rs 96.55% <ø> (-2.00%) :arrow_down:
src/lib.rs 100.00% <100.00%> (ø)
src/ringbuffer_trait.rs 100.00% <100.00%> (ø)
src/with_const_generics.rs 96.55% <100.00%> (-1.37%) :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 48e66b6...3c677dd. Read the comment docs.