tezc / sc

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

use include <poll.h> instead <sys/poll.h> #59

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #59 (31e57ce) into master (b79c8c7) will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   99.77%   99.82%   +0.04%     
==========================================
  Files          23       23              
  Lines        2251     2256       +5     
  Branches      395      398       +3     
==========================================
+ Hits         2246     2252       +6     
+ Partials        5        4       -1     
Impacted Files Coverage Δ
uri/sc_uri.c 100.00% <0.00%> (ø)
logger/sc_log.c 100.00% <0.00%> (ø)
string/sc_str.c 100.00% <0.00%> (ø)
map/sc_map.c 90.00% <0.00%> (+2.50%) :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 b79c8c7...31e57ce. Read the comment docs.