tezc / sc

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

fix compiler warnings #17

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (a79e1fb) into master (11f9911) will increase coverage by 0.89%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   83.03%   83.93%   +0.89%     
==========================================
  Files          24       24              
  Lines        2146     2147       +1     
  Branches      398      398              
==========================================
+ Hits         1782     1802      +20     
+ Misses        209      197      -12     
+ Partials      155      148       -7     
Impacted Files Coverage Δ
array/sc_array.c 100.00% <ø> (ø)
crc32/sc_crc32.c 97.56% <ø> (ø)
map/sc_map.c 82.05% <ø> (ø)
memory-map/sc_mmap.c 98.24% <ø> (ø)
queue/sc_queue.c 100.00% <ø> (ø)
queue/sc_queue.h 100.00% <ø> (ø)
rc4/sc_rc4.c 95.23% <ø> (ø)
signal/sc_signal.c 56.32% <60.00%> (+0.35%) :arrow_up:
timer/sc_timer.c 94.68% <66.66%> (+0.05%) :arrow_up:
buffer/sc_buf.c 96.24% <96.96%> (+0.31%) :arrow_up:
... and 12 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 11f9911...a79e1fb. Read the comment docs.