tezc / sc

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

Fix #9

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #9 (aaf968d) into master (180691e) will decrease coverage by 0.74%. The diff coverage is 60.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   78.29%   77.54%   -0.75%     
==========================================
  Files          21       22       +1     
  Lines        1898     1946      +48     
  Branches      365      380      +15     
==========================================
+ Hits         1486     1509      +23     
- Misses        233      254      +21     
- Partials      179      183       +4     
Impacted Files Coverage Δ
buffer/sc_buf.c 77.14% <30.76%> (-9.05%) :arrow_down:
thread/sc_thread.c 84.00% <33.33%> (ø)
condition/sc_cond.c 75.92% <71.42%> (+3.34%) :arrow_up:
ini/sc_ini.c 92.20% <100.00%> (ø)
option/sc_option.c 100.00% <100.00%> (ø)
socket/sc_sock.c 57.81% <0.00%> (-1.34%) :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 180691e...aaf968d. Read the comment docs.