tezc / sc

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

memory allocation config via "sc_config.h" #16

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (dba1e07) into master (f077d98) will increase coverage by 0.30%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   83.01%   83.31%   +0.30%     
==========================================
  Files          24       24              
  Lines        2143     2146       +3     
  Branches      397      398       +1     
==========================================
+ Hits         1779     1788       +9     
+ Misses        209      203       -6     
  Partials      155      155              
Impacted Files Coverage Δ
buffer/sc_buf.h 85.71% <ø> (ø)
math/sc_math.c 92.85% <ø> (ø)
queue/sc_queue.h 100.00% <ø> (ø)
time/sc_time.c 79.16% <ø> (ø)
timer/sc_timer.c 94.62% <ø> (ø)
socket/sc_sock.c 57.57% <33.33%> (+1.14%) :arrow_up:
string/sc_str.c 92.98% <50.00%> (ø)
queue/sc_queue.c 100.00% <0.00%> (+3.70%) :arrow_up:

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 f077d98...dba1e07. Read the comment docs.