tezc / sc

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

rc4 #11

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (358eb46) into master (50990f3) will decrease coverage by 0.69%. The diff coverage is 61.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   81.98%   81.28%   -0.70%     
==========================================
  Files          23       24       +1     
  Lines        2004     2036      +32     
  Branches      392      397       +5     
==========================================
+ Hits         1643     1655      +12     
- Misses        194      215      +21     
+ Partials      167      166       -1     
Impacted Files Coverage Δ
time/sc_time.c 79.16% <ø> (ø)
socket/sc_sock.c 56.42% <41.66%> (-2.73%) :arrow_down:
rc4/sc_rc4.c 95.23% <95.23%> (ø)
condition/sc_cond.c 72.22% <0.00%> (-3.71%) :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 50990f3...358eb46. Read the comment docs.