tezc / sc

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

doc fix #30

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #30 (1d780a1) into master (84fe352) will increase coverage by 0.01%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   91.55%   91.57%   +0.01%     
==========================================
  Files          24       24              
  Lines        2168     2183      +15     
  Branches      367      371       +4     
==========================================
+ Hits         1985     1999      +14     
  Misses         79       79              
- Partials      104      105       +1     
Impacted Files Coverage Δ
buffer/sc_buf.h 100.00% <ø> (ø)
condition/sc_cond.c 100.00% <ø> (ø)
memory-map/sc_mmap.c 98.24% <ø> (ø)
mutex/sc_mutex.c 100.00% <ø> (ø)
signal/sc_signal.c 95.42% <ø> (ø)
time/sc_time.c 100.00% <ø> (ø)
math/sc_math.c 92.85% <83.33%> (ø)
logger/sc_log.c 97.27% <90.00%> (-0.57%) :arrow_down:
ini/sc_ini.c 92.30% <100.00%> (ø)
uri/sc_uri.c 98.96% <100.00%> (+0.08%) :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 84fe352...32fdae6. Read the comment docs.