tezc / sc

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

sock, uri, sc tests #32

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #32 (8c873df) into master (682d9d7) will increase coverage by 1.62%. The diff coverage is 93.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   91.32%   92.94%   +1.62%     
==========================================
  Files          23       23              
  Lines        2166     2184      +18     
  Branches      370      378       +8     
==========================================
+ Hits         1978     2030      +52     
+ Misses         81       56      -25     
+ Partials      107       98       -9     
Impacted Files Coverage Δ
buffer/sc_buf.h 100.00% <ø> (ø)
queue/sc_queue.h 100.00% <ø> (ø)
socket/sc_sock.c 77.93% <ø> (+5.97%) :arrow_up:
sc/sc.c 96.80% <93.10%> (+2.07%) :arrow_up:
uri/sc_uri.c 100.00% <0.00%> (+1.03%) :arrow_up:
condition/sc_cond.c 97.95% <0.00%> (+6.12%) :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 682d9d7...8c873df. Read the comment docs.