tezc / sc

Common libraries and data structures for C.
BSD 3-Clause "New" or "Revised" License
2.26k stars 245 forks source link

sc_buf set_rpos and set_wpos checks. Don't compact on reserve. #65

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #65 (5951db8) into master (44737e2) will increase coverage by 0.00%. The diff coverage is 100.00%.

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

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files          23       23           
  Lines        2270     2271    +1     
  Branches      401      402    +1     
=======================================
+ Hits         2266     2267    +1     
  Partials        4        4           
Impacted Files Coverage Δ
buffer/sc_buf.c 100.00% <100.00%> (ø)
crc32/sc_crc32.c 100.00% <100.00%> (ø)

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 44737e2...667d33a. Read the comment docs.