tezc / sc

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

Portability #5

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #5 (dead665) into master (c461dbe) will decrease coverage by 10.34%. The diff coverage is 59.96%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #5       +/-   ##
===========================================
- Coverage   93.31%   82.96%   -10.35%     
===========================================
  Files          18       18               
  Lines        1182     1591      +409     
  Branches      221      311       +90     
===========================================
+ Hits         1103     1320      +217     
- Misses          0      130      +130     
- Partials       79      141       +62     
Impacted Files Coverage Δ
array/sc_array.c 100.00% <ø> (ø)
string/sc_str.c 92.12% <ø> (ø)
socket/sc_sock.c 57.81% <57.81%> (ø)
condition/sc_cond.c 82.97% <62.50%> (-3.07%) :arrow_down:
logger/sc_log.c 95.34% <63.63%> (-0.75%) :arrow_down:
buffer/sc_buf.c 87.07% <84.00%> (-1.93%) :arrow_down:
time/sc_time.c 79.16% <100.00%> (+5.25%) :arrow_up:

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 c461dbe...dead665. Read the comment docs.