tezc / sc

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

thread & url #3

Closed tezc closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #3 (0f30e1a) into master (e3d95ee) will increase coverage by 2.92%. The diff coverage is 91.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   91.26%   94.18%   +2.92%     
==========================================
  Files          15       17       +2     
  Lines         904      981      +77     
  Branches      171      187      +16     
==========================================
+ Hits          825      924      +99     
+ Misses         20        0      -20     
+ Partials       59       57       -2     
Impacted Files Coverage Δ
map/sc_map.c 81.08% <ø> (ø)
queue/sc_queue.h 100.00% <ø> (ø)
mutex/sc_mutex.c 80.95% <62.50%> (-13.17%) :arrow_down:
string/sc_str.c 92.12% <66.66%> (+0.60%) :arrow_up:
logger/sc_log.c 96.09% <82.35%> (-0.63%) :arrow_down:
condition/sc_cond.c 86.04% <86.04%> (ø)
url/sc_url.c 95.40% <94.87%> (+30.50%) :arrow_up:
array/sc_array.c 100.00% <100.00%> (ø)
heap/sc_heap.c 100.00% <100.00%> (ø)
pipe/sc_pipe.c 100.00% <100.00%> (+11.76%) :arrow_up:
... and 5 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 e3d95ee...0f30e1a. Read the comment docs.