node-modules / urllib

Request HTTP(s) URLs in a complex world.
MIT License
726 stars 117 forks source link

fix: ignore request error if request is done #384

Closed killagu closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #384 (c1fb625) into master (20451f2) will increase coverage by 0.19%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #384      +/-   ##
==========================================
+ Coverage   93.04%   93.24%   +0.19%     
==========================================
  Files           6        6              
  Lines         820      829       +9     
  Branches      223      225       +2     
==========================================
+ Hits          763      773      +10     
+ Misses         57       56       -1     
Impacted Files Coverage Δ
lib/urllib.js 96.27% <100.00%> (+0.20%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

fengmk2 commented 2 years ago

2.38.1

fengmk2 commented 2 years ago

https://github.com/nodejs/node/pull/43112