tezc / sc

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

Switched to tabs for indentation, amalgamation tool works with tabs only #66

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #66 (076b865) into master (ded2b94) will increase coverage by 0.00%. The diff coverage is 99.68%.

:exclamation: Current head 076b865 differs from pull request most recent head 1c7c0f2. Consider uploading reports for the commit 1c7c0f2 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files          23       23           
  Lines        2271     2290   +19     
  Branches      402      402           
=======================================
+ Hits         2267     2286   +19     
  Partials        4        4           
Impacted Files Coverage Δ
socket/sc_sock.c 100.00% <ø> (ø)
string/sc_str.c 100.00% <ø> (ø)
thread/sc_thread.c 100.00% <ø> (ø)
time/sc_time.c 100.00% <ø> (ø)
timer/sc_timer.c 100.00% <ø> (ø)
uri/sc_uri.c 100.00% <ø> (ø)
map/sc_map.c 90.00% <89.18%> (ø)
array/sc_array.c 100.00% <100.00%> (ø)
buffer/sc_buf.c 100.00% <100.00%> (ø)
buffer/sc_buf.h 100.00% <100.00%> (ø)
... and 17 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 ded2b94...1c7c0f2. Read the comment docs.