tezc / sc

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

V2 #73

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #73 (8e48d26) into master (3c8e0f9) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   99.82%   99.81%   -0.01%     
==========================================
  Files          23       21       -2     
  Lines        2331     2219     -112     
  Branches      408      388      -20     
==========================================
- Hits         2327     2215     -112     
  Partials        4        4              
Impacted Files Coverage Δ
buffer/sc_buf.c 100.00% <ø> (ø)
buffer/sc_buf.h 100.00% <ø> (ø)
condition/sc_cond.c 100.00% <ø> (ø)
crc32/sc_crc32.c 100.00% <ø> (ø)
ini/sc_ini.c 100.00% <ø> (ø)
linked-list/sc_list.c 100.00% <ø> (ø)
logger/sc_log.c 100.00% <ø> (ø)
memory-map/sc_mmap.c 100.00% <ø> (ø)
mutex/sc_mutex.c 100.00% <ø> (ø)
option/sc_option.c 100.00% <ø> (ø)
... 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 3c8e0f9...8e48d26. Read the comment docs.