tezc / sc

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

Fix #8

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #8 (4cdc1ac) into master (ef6c198) will decrease coverage by 1.16%. The diff coverage is 64.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   79.13%   77.97%   -1.17%     
==========================================
  Files          21       21              
  Lines        1860     1898      +38     
  Branches      354      365      +11     
==========================================
+ Hits         1472     1480       +8     
- Misses        217      239      +22     
- Partials      171      179       +8     
Impacted Files Coverage Δ
array/sc_array.c 100.00% <ø> (ø)
heap/sc_heap.c 100.00% <ø> (ø)
map/sc_map.c 81.08% <ø> (ø)
memory-map/sc_mmap.c 72.22% <ø> (ø)
queue/sc_queue.h 100.00% <ø> (ø)
string/sc_str.c 92.12% <ø> (ø)
timer/sc_timer.c 94.62% <ø> (ø)
mutex/sc_mutex.c 71.42% <33.33%> (-9.53%) :arrow_down:
buffer/sc_buf.c 86.18% <50.00%> (-0.90%) :arrow_down:
condition/sc_cond.c 72.58% <55.00%> (-8.28%) :arrow_down:
... and 4 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 ef6c198...4cdc1ac. Read the comment docs.