skypjack / uvw

Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
MIT License
1.84k stars 209 forks source link

Update uvw to libuv 1.42 (close #249) #250

Closed skypjack closed 3 years ago

skypjack commented 3 years ago

Link: https://github.com/libuv/libuv/tree/v1.42.0 Changelog: https://github.com/libuv/libuv/releases/tag/v1.42.0

codecov-commenter commented 3 years ago

Codecov Report

Merging #250 (5876a2b) into master (97c02c4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   96.53%   96.53%           
=======================================
  Files          62       62           
  Lines        2629     2629           
=======================================
  Hits         2538     2538           
  Misses         91       91           
Impacted Files Coverage Δ
src/uvw/stream.h 96.82% <ø> (ø)
src/uvw/udp.h 60.00% <ø> (ø)

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 97c02c4...5876a2b. Read the comment docs.

skypjack commented 3 years ago

Yeah, adding more tests is a thing to do a bit at a time. However, I wouldn't block the update on this.