tezc / sc

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

doc #26

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (b59b722) into master (12355dc) will decrease coverage by 0.14%. The diff coverage is 92.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   91.48%   91.34%   -0.15%     
==========================================
  Files          24       24              
  Lines        2138     2149      +11     
  Branches      367      367              
==========================================
+ Hits         1956     1963       +7     
- Misses         77       80       +3     
- Partials      105      106       +1     
Impacted Files Coverage Δ
memory-map/sc_mmap.c 98.24% <ø> (ø)
queue/sc_queue.h 100.00% <ø> (ø)
thread/sc_thread.c 100.00% <ø> (ø)
string/sc_str.c 96.49% <66.66%> (ø)
buffer/sc_buf.c 96.77% <72.72%> (-0.27%) :arrow_down:
ini/sc_ini.c 92.30% <100.00%> (+0.09%) :arrow_up:
socket/sc_sock.c 71.03% <100.00%> (+0.44%) :arrow_up:
time/sc_time.c 100.00% <100.00%> (ø)
uri/sc_uri.c 98.88% <100.00%> (ø)
condition/sc_cond.c 94.44% <0.00%> (-5.56%) :arrow_down:

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 12355dc...b59b722. Read the comment docs.