tezc / sc

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

Fix minor #10

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #10 (6cc8607) into master (159996a) will increase coverage by 4.78%. The diff coverage is 75.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   76.90%   81.68%   +4.78%     
==========================================
  Files          23       23              
  Lines        1970     2004      +34     
  Branches      380      392      +12     
==========================================
+ Hits         1515     1637     +122     
+ Misses        272      200      -72     
+ Partials      183      167      -16     
Impacted Files Coverage Δ
queue/sc_queue.h 100.00% <ø> (ø)
map/sc_map.c 82.05% <30.00%> (+0.97%) :arrow_up:
queue/sc_queue.c 96.29% <33.33%> (-3.71%) :arrow_down:
ini/sc_ini.c 92.20% <50.00%> (ø)
option/sc_option.c 96.42% <50.00%> (-3.58%) :arrow_down:
buffer/sc_buf.h 85.71% <60.00%> (-14.29%) :arrow_down:
condition/sc_cond.c 75.92% <66.66%> (ø)
logger/sc_log.c 90.34% <66.66%> (ø)
buffer/sc_buf.c 89.36% <76.47%> (+21.64%) :arrow_up:
signal/sc_signal.c 55.97% <87.50%> (+14.46%) :arrow_up:
... and 11 more

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 159996a...6cc8607. Read the comment docs.