Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sc_buf_shrink, sc_list del before add. #62

Merged
merged 5 commits into from
Mar 23, 2021
Merged

sc_buf_shrink, sc_list del before add. #62

merged 5 commits into from
Mar 23, 2021

Conversation

tezc
Copy link
Owner

@tezc tezc commented Mar 23, 2021

fixes #61
fixes #60

@codecov
Copy link

codecov bot commented Mar 23, 2021

Codecov Report

Merging #62 (d233d5a) into master (8c5b16e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files          23       23           
  Lines        2256     2270   +14     
  Branches      398      401    +3     
=======================================
+ Hits         2252     2266   +14     
  Partials        4        4           
Impacted Files Coverage Δ
buffer/sc_buf.h 100.00% <ø> (ø)
buffer/sc_buf.c 100.00% <100.00%> (ø)
linked-list/sc_list.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 8c5b16e...d233d5a. Read the comment docs.

@tezc tezc merged commit c0149e9 into master Mar 23, 2021
@tezc tezc deleted the list-buf-feat branch March 23, 2021 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add shrink option to sc_buf
1 participant