tezc / sc

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

More tests #20

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #20 (156b0a3) into master (e5c549b) will increase coverage by 1.34%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   83.93%   85.28%   +1.34%     
==========================================
  Files          24       24              
  Lines        2148     2140       -8     
  Branches      398      368      -30     
==========================================
+ Hits         1803     1825      +22     
  Misses        197      197              
+ Partials      148      118      -30     
Impacted Files Coverage Δ
buffer/sc_buf.h 100.00% <ø> (+13.33%) :arrow_up:
buffer/sc_buf.c 97.04% <100.00%> (+0.79%) :arrow_up:
socket/sc_sock.c 56.70% <0.00%> (+0.43%) :arrow_up:
url/sc_url.c 97.77% <0.00%> (+2.22%) :arrow_up:
string/sc_str.c 96.49% <0.00%> (+3.50%) :arrow_up:
timer/sc_timer.c 98.93% <0.00%> (+4.25%) :arrow_up:
condition/sc_cond.c 100.00% <0.00%> (+5.55%) :arrow_up:
time/sc_time.c 95.83% <0.00%> (+16.66%) :arrow_up:
... and 1 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 1e6f2d3...156b0a3. Read the comment docs.